Skip to content

Commit

Permalink
ci: 👷 Update Docker CI/CD Take 2!
Browse files Browse the repository at this point in the history
  • Loading branch information
Genio2003 committed Mar 10, 2024
1 parent 357c0ae commit e099e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
name: Deploy to production server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
host: ${{ vars.SSH_HOST }}
username: ${{ vars.SSH_USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
port: ${{ vars.SSH_PORT }}
script: |
docker stop project-betoniera-frontend
docker rm project-betoniera-frontend
Expand Down

0 comments on commit e099e31

Please sign in to comment.