Skip to content

Commit

Permalink
update ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
owenowenisme committed Dec 10, 2024
1 parent d32c52e commit bfd5332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Deploy frontend
uses: appleboy/[email protected]
with:
host: 10.2.0.53
username: pastexamadmin
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.DEV_USERNAME }}
key: ${{ secrets.DEV_SSHKEY }}
script: |
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down

0 comments on commit bfd5332

Please sign in to comment.