Skip to content

Commit

Permalink
try and fix shopify api key
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Jul 4, 2024
1 parent bece30b commit 024869c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
with:
context: .
push: true
build-args: |
SHOPIFY_API_KEY=${{ secrets.shopify_api_key }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:18-alpine

ARG SHOPIFY_API_KEY
ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY

EXPOSE 8081
WORKDIR /app
COPY web .
Expand Down

0 comments on commit 024869c

Please sign in to comment.