Skip to content

Commit

Permalink
feat: add HOST as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent ee100c9 commit ede169e
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:
env:
IMAGE_NAME: "app"
with:
host: 104.155.153.58
host: ${{ secrets.HOST }}
username: maazh
key: ${{ secrets.KEY }}
envs: IMAGE_NAME
Expand Down

0 comments on commit ede169e

Please sign in to comment.