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 48a50f1 commit bb874e8Copy full SHA for bb874e8
.github/workflows/deploy.yml
@@ -45,9 +45,9 @@ jobs:
45
push: true
46
tags: ghcr.io/maslianok/gitranks-ui:latest
47
build-args: |
48
- GRAPHQL_URI='${{ secrets.GRAPHQL_URI }}' \
49
- GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}' \
50
- MONGODB_URI_AUTH='${{ secrets.MONGODB_URI_AUTH }}' \
+ GRAPHQL_URI='${{ secrets.GRAPHQL_URI }}'
+ GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}'
+ MONGODB_URI_AUTH='${{ secrets.MONGODB_URI_AUTH }}'
51
URI='${{ vars.URI }}'
52
53
# 4. SSH to droplet and deploy
0 commit comments