Skip to content

Commit

Permalink
fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Oct 25, 2023
1 parent 9df03cb commit ba2729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-backend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Docker compose up
run: SHA=${GITHUB_SHA} docker-compose -f ~/docker-compose.yml up -d postgres fooriend-backend
run: sudo SHA=${GITHUB_SHA} docker compose -f ~/docker-compose.yml up -d fooriend-backend

0 comments on commit ba2729b

Please sign in to comment.