correzione a .github/workflows/deploy.yml VPS_USER,VPS_HOST e VPS_SSH_KEY
This commit is contained in:
parent
d1f3e67230
commit
0d82ae4bdf
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
- name: Deploy via SSH
|
||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.AZURE_HOST }}
|
||||
username: ${{ secrets.AZURE_USER }}
|
||||
key: ${{ secrets.AZURE_SSH_KEY }}
|
||||
host: ${{ secrets.VPS_HOST }}
|
||||
username: ${{ secrets.VPS_USER }}
|
||||
key: ${{ secrets.VPS_SSH_KEY }}
|
||||
script: |
|
||||
echo "START DEPLOY"
|
||||
cd /opt/apps/corrieribackend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue