Skip to content

Commit

Permalink
KL-184/deploy: docker compose without build
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhamma committed Oct 10, 2024
1 parent 19f7976 commit 32b2fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
cd ~
sudo docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_IMAGE_NAME }}:latest
sudo docker compose up --build -d
sudo docker compose up -d

0 comments on commit 32b2fa0

Please sign in to comment.