Skip to content

Commit

Permalink
fix: change key secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent d590137 commit c6a6e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
key: ${{ secrets.KEY }}
script: |
docker pull ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
docker run -d -p 80:80 ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest

0 comments on commit c6a6e27

Please sign in to comment.