Skip to content

Commit

Permalink
chore: add env vars needed for deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jun 8, 2024
1 parent 8371cd5 commit 5f43c47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
SECRET_MASTER_KEY: ${{ secrets.SECRET_MASTER_KEY }}
SECRET_JWT_SECRET: ${{ secrets.SECRET_JWT_SECRET }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5f43c47

Please sign in to comment.