Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor56240 authored Nov 26, 2024
1 parent d440684 commit e9e1940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
username: ${{ secrets.SWARM_MANAGER_USERNAME }}
password: ${{ secrets.SWARM_MANAGER_PASSWORD }}
port: ${{ secrets.SWARM_MANAGER_PORT }}
script: docker service update --image viktormadelaine/my-python-app:${{ github.sha }} my-python-app
script: docker service update --image viktormadelaine/my-python-app:${{ github.sha }} --replicas=10 my-python-app

0 comments on commit e9e1940

Please sign in to comment.