Skip to content

Commit

Permalink
fix: hardcode host and username
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent c6a6e27 commit 24fd960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Pull image from GitHub Container Registry on Google Cloud VM using remote SSH
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
host: 104.155.153.58
username: maazh
key: ${{ secrets.KEY }}
script: |
docker pull ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:latest
Expand Down

0 comments on commit 24fd960

Please sign in to comment.