fix: remove redundant run clause
All checks were successful
Deploy Blog / deploy (push) Successful in 2m2s
All checks were successful
Deploy Blog / deploy (push) Successful in 2m2s
This commit is contained in:
parent
a3df1e53f6
commit
2ff93eda01
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
VITE_EOLAS_API_KEY: ${{ secrets.EOLAS_API_KEY }}
|
||||
VITE_WAKAPI_URL: ${{ vars.WAKAPI_URL }}
|
||||
VITE_WAKAPI_TOKEN: ${{ secrets.WAKAPI_TOKEN }}
|
||||
- run: |
|
||||
- run: |
|
||||
echo "${{ secrets.VPS_DEPLOY_USER_SSH_KEY }}" > /tmp/ssh_key
|
||||
chmod 600 /tmp/ssh_key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue