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: |
|
||||
echo "${{ secrets.SSH_MASTER_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
- uses: LuisEnMarroquin/setup-ssh-action@v2.0.5
|
||||
with:
|
||||
SSHKEY: ${{ secrets.SSH }}
|
||||
- name: deploy
|
||||
run: |
|
||||
# echo LS1
|
||||
|
@ -68,6 +65,6 @@ jobs:
|
|||
|
||||
- name: Clean up
|
||||
run: |
|
||||
rm ~/.ssh/id_ed25519
|
||||
rm -f ~/.ssh/id_ed25519
|
||||
if: always()
|
||||
|
||||
|
|
Loading…
Reference in a new issue