Update python-app.yml
This commit is contained in:
parent
6ae7c66ec8
commit
b4a5e88a4f
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
|
ls -al
|
||||||
./gen-config.sh
|
./gen-config.sh
|
||||||
|
|
||||||
- name: Add SSH private key
|
#- name: Add SSH private key
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
|
# echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
# chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|
||||||
- name: Start SOCKS proxy with SSH
|
#- name: Start SOCKS proxy with SSH
|
||||||
run: |
|
# run: |
|
||||||
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322
|
# ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322
|
||||||
echo "SOCKS proxy started"
|
# echo "SOCKS proxy started"
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue