Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Oct 25, 2023
1 parent 39ea68a commit 9fb0b23
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: sudo SHA=${GITHUB_SHA} docker compose -f ~/docker-compose.yml up -d fooriend-backend
run: SHA=${GITHUB_SHA} docker compose -f ~/docker-compose.yml up -d fooriend-backend

0 comments on commit 9fb0b23

Please sign in to comment.