Skip to content

Commit

Permalink
fix: pass VITE secrets through ghci workflow (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg authored Feb 17, 2024
1 parent 80f87d1 commit be479a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
ssh_host: ${{ secrets.DEPLOY_HOST_DNS }}
ssh_private_key: ${{ secrets.DEPLOY_SSH_KEY }}
ssh_user: ${{ secrets.DEPLOY_USERNAME }}
VITE_SESSION_SECRET: ${{ secrets.VITE_SESSION_SECRET }}
docker_compose_prefix: deploy

0 comments on commit be479a1

Please sign in to comment.