Update python-app.yml
This commit is contained in:
parent
7574be1a2f
commit
f6b985daa5
1 changed files with 9 additions and 9 deletions
18
.github/workflows/python-app.yml
vendored
18
.github/workflows/python-app.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue