Update python-app.yml

This commit is contained in:
2025-01-09 22:54:28 +09:00 committed by GitHub
commit b4a5e88a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,16 +63,16 @@ jobs:
ls -al
./gen-config.sh
- name: Add SSH private key
run: |
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
#- name: Add SSH private key
# run: |
# mkdir -p ~/.ssh
# echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
# chmod 600 ~/.ssh/id_ed25519
- name: Start SOCKS proxy with SSH
run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322
echo "SOCKS proxy started"
#- name: Start SOCKS proxy with SSH
# run: |
# ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322
# echo "SOCKS proxy started"
- name: Run
run: |