Skip to content

Commit 5a8ac1d

Browse files
committed
2025.02.19 dockerfile - build variables
1 parent f035cba commit 5a8ac1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ jobs:
4444
push: true
4545
tags: ghcr.io/maslianok/gitranks-ui:latest
4646
build-args: |
47-
EXAMPLE_BUILD_VAR=aaa
47+
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 }}'
4854
4955
# 4. SSH to droplet and deploy
5056
- name: SSH to droplet and deploy

0 commit comments

Comments
 (0)