Skip to content

Commit

Permalink
[C] Prod github workflow rubinobservatory.org env var updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed May 3, 2023
1 parent 325115b commit fb83fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
docker build \
-t "gcr.io/edc-prod-eef0/rubin-obs-client:${{ env.version_name }}" \
--build-arg NEXT_PUBLIC_API_URL=https://api.rubinobs.org/api \
--build-arg NEXT_PUBLIC_BASE_URL=https://rubinobs.org \
--build-arg NEXT_PUBLIC_BASE_URL=https://rubinobservatory.org \
--build-arg EDC_LOGGER_API_URL=https://us-central1-skyviewer.cloudfunctions.net/edc-logger \
--build-arg CLOUD_ENV=PROD \
--build-arg NEXT_PUBLIC_GOOGLE_APP_ID=596747551410-vcqlrp7erg5c5gm0dkvc0k21mgi0ilg0.apps.googleusercontent.com \
--build-arg NEXT_PUBLIC_CONTACT_FORM_POST_URL=https://api.rubinobs.org/actions/contact-form/send \
--build-arg NEXT_PUBLIC_PLAUSIBLE_DOMAIN=rubinobs.org \
--build-arg NEXT_PUBLIC_PLAUSIBLE_DOMAIN=rubinobservatory.org \
--build-arg NEXT_PREVIEW_SLUG=preview-in-craft-cms \
.
- name: Configure Docker Auth
Expand Down

1 comment on commit fb83fca

@vercel
Copy link

@vercel vercel bot commented on fb83fca May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.