Fix
This commit is contained in:
parent
0ae4e420f3
commit
862f739fb2
1 changed files with 1 additions and 4 deletions
|
@ -45,9 +45,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SSH_MASTER_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_MASTER_KEY }}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
- uses: LuisEnMarroquin/setup-ssh-action@v2.0.5
|
|
||||||
with:
|
|
||||||
SSHKEY: ${{ secrets.SSH }}
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
# echo LS1
|
# echo LS1
|
||||||
|
@ -68,6 +65,6 @@ jobs:
|
||||||
|
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: |
|
run: |
|
||||||
rm ~/.ssh/id_ed25519
|
rm -f ~/.ssh/id_ed25519
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue