Skip to content

Commit

Permalink
chore: Add deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Sep 6, 2023
1 parent 27804a8 commit 3e1a1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
export CALLBACK_URL='http://grzybek.snet.ovh:3000/callback'
export BACKEND_URL='http://grzybek.snet.ovh:8082'
docker-compose -f deployment/docker-compose.yml up -d
docker-compose -p odyseja -f deployment/docker-compose.yml up -d

0 comments on commit 3e1a1c8

Please sign in to comment.