Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzybDev authored Oct 13, 2024
1 parent 8592484 commit bc13d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
username: ${{ secrets.PROD_USERNAME }}
private_key_filename: id_ed25519
private_key_value: ${{ secrets.PROD_KEY }}
commands: docker service update --image ${{ secrets.REGISTRY_URL }}/games/bfbc2/master:${{ github.sha }} game_bfbc2_app
commands: docker service update --image ${{ secrets.REGISTRY_URL_INT }}/games/bfbc2/master:${{ github.sha }} game_bfbc2_app

0 comments on commit bc13d83

Please sign in to comment.