Skip to content

Commit cc4db56

Browse files
committed
bug fix
1 parent 01fab86 commit cc4db56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Deploy to DigitalOcean
3030
uses: appleboy/ssh-action@master
3131
with:
32-
host: ${{ secrets.SEREVR_HOST }}
32+
host: ${{ secrets.SERVER_HOST }}
3333
username: ${{ secrets.SERVER_USERNAME }}
3434
key: ${{ secrets.SERVER_SSH_KEY }}
3535
port: ${{ secrets.SERVER_PORT }}

0 commit comments

Comments
 (0)