Skip to content

Commit

Permalink
Update docker run command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felunka committed Sep 6, 2024
1 parent 0c3ee17 commit 6116786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
GITHUB_RELEASE_VERSION=${{ github.ref }}
POSTGRES_HOSTNAME=XbFkVz
/usr/local/bin/docker-compose --file docker-compose.yml --project-name tiedeapp_prod up --detach --remove-orphans --build
docker compose --file docker-compose.yml --project-name tiedeapp_prod up --detach --remove-orphans --build

0 comments on commit 6116786

Please sign in to comment.