We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4407bc commit bb07cf4Copy full SHA for bb07cf4
1 file changed
.github/workflows/be-cd.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
host: ${{ secrets.BE_SERVER_IP }}
65
username: ${{ secrets.BE_SERVER_USER }}
66
- key: ${{ secrets.BE_SERVER_KEY }}
+ password: ${{ secrets.BE_SERVER_PASSWORD }}
67
script: |
68
cd ../Shared/Team2-Getit/uniro_backend
69
chmod +x ./deploy.sh
0 commit comments