Skip to content

Commit

Permalink
cicd: add app domain env to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian committed Sep 24, 2024
1 parent 8a8a17e commit f10d15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
touch .env.prod
echo APP_HOST=${{ vars.APP_HOST }} >> .env.prod
echo APP_DOMAIN=${{ vars.APP_DOMAIN }} >> .env.prod
echo DATABASE_HOST=${{ vars.DATABASE_HOST }} >> .env.prod
echo DATABASE_PORT=${{ vars.DATABASE_PORT }} >> .env.prod
echo TOKEN_SECRET="${{ secrets.TOKEN_SECRET }}" >> .env.prod
Expand Down

0 comments on commit f10d15f

Please sign in to comment.