Skip to content

Commit

Permalink
Merge pull request #5 from Varkoff/04-authentication
Browse files Browse the repository at this point in the history
Add Database URL
  • Loading branch information
Varkoff authored Apr 20, 2024
2 parents 1663428 + a2513b2 commit fc0d183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
env:
NODE_ENV: production
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: |
docker pull varkoff/nestjs-remix-monorepo:production
docker compose -f docker-compose.prod.yml up -d
Expand Down

0 comments on commit fc0d183

Please sign in to comment.