Skip to content

Commit 694b0f9

Browse files
committed
add env variable to dockerfile
1 parent cbafe6b commit 694b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
push: true
4646
tags: ghcr.io/gitranks/gitranks-ui:latest
4747
build-args: |
48-
EXAMPLE_BUILD_VAR=aaa
48+
NEXT_PUBLIC_POSTHOG_KEY=${{ vars.NEXT_PUBLIC_POSTHOG_KEY }}
4949
5050
# 4. SSH to droplet and deploy
5151
- name: SSH to droplet and deploy

0 commit comments

Comments
 (0)