Skip to content

Commit

Permalink
Add missing app name, base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tackx committed Mar 31, 2024
1 parent 19b6893 commit e23825a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- name: Deploy
env:
APP_NAME: ${{ secrets.APP_NAME }}
BASE_URL: ${{ secrets.BASE_URL }}
NODE_ENV: production
DOCKER_NETWORK_NAME: ${{ secrets.DOCKER_NETWORK_NAME }}
APP_URLS_TRAEFIK: ${{ secrets.APP_URLS_TRAEFIK }}
Expand Down

0 comments on commit e23825a

Please sign in to comment.