Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit a232fe2

Browse files
committed
update names
1 parent a349968 commit a232fe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: Deploy-to-Docker-Swarm
4141
run: |
4242
docker pull ${{ secrets.DOCKER_HUB_IP }}:${{ secrets.DOCKER_HUB_PORT}}/wheels-dev-prod
43-
docker stack deploy --with-registry-auth -c docker-compose.yml prod
43+
docker stack deploy --with-registry-auth -c docker-compose.yml wheels-dev-prod
4444
4545
- name: Post Slack Message
4646
id: Post-Slack-Message

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: Deploy-to-Docker-Swarm
4141
run: |
4242
docker pull ${{ secrets.DOCKER_HUB_IP }}:${{ secrets.DOCKER_HUB_PORT}}/wheels-dev-stage
43-
docker stack deploy --with-registry-auth -c docker-compose.yml stage
43+
docker stack deploy --with-registry-auth -c docker-compose.yml wheels-dev-stage
4444
4545
- name: Post Slack Message
4646
id: Post-Slack-Message

0 commit comments

Comments
 (0)