Skip to content

Commit

Permalink
Update to apply docker-swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTae committed Jun 1, 2024
1 parent 29e7efa commit 9a2013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
cd .github
git pull origin main
sudo docker pull ${{ env.DOCKER_USERNAME }}/${{ env.DOCKER_IMAGE_NAME }}
sudo docker-compose up -d --no-deps --build ${{ env.DOCKER_IMAGE_NAME }}
sudo docker stack deploy -c docker-swarm.yml cloudb

0 comments on commit 9a2013e

Please sign in to comment.