Skip to content

Commit

Permalink
correct secret name for username
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyan committed Jan 6, 2024
1 parent d533fc5 commit f530d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remote_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
bash ~/softwarecite.com/deployment/update.sh

0 comments on commit f530d0f

Please sign in to comment.