Skip to content

Commit

Permalink
ci: 🎡 add bucket url to release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Dec 31, 2023
1 parent 6606a14 commit e773cf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
docker build -t jaskaransarkaria/enki-website:${{ github.ref_name }} .
docker push jaskaransarkaria/enki-website:${{ github.ref_name }}
env:
PUBLIC_BUCKET_URL: https://storage.googleapis.com/enki-website
PUBLIC_SERVER_URL: https://server.enkionline.com
PUBLIC_STRIPE_KEY: pk_live_51HpvnTAk37gvJ51oKXsYuAZsyletQkgqOky7L2yV9c9nDMj1koLPMvsC6sKBOCqveZMk8CHy730HDFSkiFsbzSRB0059ZpWGau
- name: Upadate Image Tag
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ENV PUBLIC_STRIPE_KEY="pk_live_51HpvnTAk37gvJ51oKXsYuAZsyletQkgqOky7L2yV9c9nDMj1

RUN npm run build


FROM node:16.16-alpine

WORKDIR /usr/src/app
Expand Down

0 comments on commit e773cf6

Please sign in to comment.