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
|
- name: Deploy via SSH
|
||||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.AZURE_HOST }}
|
host: ${{ secrets.VPS_HOST }}
|
||||||
username: ${{ secrets.AZURE_USER }}
|
username: ${{ secrets.VPS_USER }}
|
||||||
key: ${{ secrets.AZURE_SSH_KEY }}
|
key: ${{ secrets.VPS_SSH_KEY }}
|
||||||
script: |
|
script: |
|
||||||
echo "START DEPLOY"
|
echo "START DEPLOY"
|
||||||
cd /opt/apps/corrieribackend
|
cd /opt/apps/corrieribackend
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue