Skip to content

Commit bb874e8

Browse files
committed
2025.02.19 fix build args
1 parent 48a50f1 commit bb874e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
push: true
4646
tags: ghcr.io/maslianok/gitranks-ui:latest
4747
build-args: |
48-
GRAPHQL_URI='${{ secrets.GRAPHQL_URI }}' \
49-
GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}' \
50-
MONGODB_URI_AUTH='${{ secrets.MONGODB_URI_AUTH }}' \
48+
GRAPHQL_URI='${{ secrets.GRAPHQL_URI }}'
49+
GRAPHQL_SECRET_KEY='${{ secrets.GRAPHQL_SECRET_KEY }}'
50+
MONGODB_URI_AUTH='${{ secrets.MONGODB_URI_AUTH }}'
5151
URI='${{ vars.URI }}'
5252
5353
# 4. SSH to droplet and deploy

0 commit comments

Comments
 (0)