We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fab86 commit cc4db56Copy full SHA for cc4db56
1 file changed
.github/workflows/prod.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Deploy to DigitalOcean
30
uses: appleboy/ssh-action@master
31
with:
32
- host: ${{ secrets.SEREVR_HOST }}
+ host: ${{ secrets.SERVER_HOST }}
33
username: ${{ secrets.SERVER_USERNAME }}
34
key: ${{ secrets.SERVER_SSH_KEY }}
35
port: ${{ secrets.SERVER_PORT }}
0 commit comments