CI fix tentative #21
This commit is contained in:
parent
4054aeef61
commit
4f09d1c7fb
1 changed files with 10 additions and 10 deletions
|
|
@ -90,16 +90,16 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
env:
|
uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
||||||
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
with:
|
||||||
TEST_VAL: ${{ secrets.TEST_VALUE }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
run: |
|
# env:
|
||||||
echo "Debugging YAML vars: ${{ secrets.TEST_VALUE }}"
|
# SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
echo "Debugging ENV vars: $TEST_VAL"
|
# 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
|
||||||
ssh-keyscan -p ${{ secrets.SERVER_PORT }} -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
|
# ssh-keyscan -p ${{ secrets.SERVER_PORT }} -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue