We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f035cba commit 5a8ac1dCopy full SHA for 5a8ac1d
.github/workflows/deploy.yml
@@ -44,7 +44,13 @@ jobs:
44
push: true
45
tags: ghcr.io/maslianok/gitranks-ui:latest
46
build-args: |
47
- EXAMPLE_BUILD_VAR=aaa
+ MONGODB_URI_AUTH='${{ secrets.MONGODB_URI_AUTH }}' \
48
+ GRAPHQL_URI='${{ secrets.GRAPHQL_URI }}' \
49
+ AUTH_SECRET='${{ secrets.AUTH_SECRET }}' \
50
+ AUTH_GITHUB_SECRET='${{ secrets.AUTH_GITHUB_SECRET }}' \
51
+ GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}' \
52
+ AUTH_GITHUB_ID='${{ vars.AUTH_GITHUB_ID }}' \
53
+ URI='${{ vars.URI }}'
54
55
# 4. SSH to droplet and deploy
56
- name: SSH to droplet and deploy
0 commit comments