Skip to content

Commit

Permalink
stackname test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbilham committed Jun 18, 2024
1 parent 212924c commit da017ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
steps:
- run: echo ${{secrets.STACK_NAME_STAGING}} | sed 's/./& /g'
- name: Checkout
uses: actions/checkout@v4
- run: docker-compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} build
Expand Down

0 comments on commit da017ec

Please sign in to comment.