Skip to content

Commit

Permalink
Merge pull request #24 from prefeitura-rio/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
lucastavarex authored Jan 28, 2025
2 parents c2d0464 + 59ec41d commit 1964e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
- |
echo "NEXT_PUBLIC_ROOT_URL=https://gw.dados.rio/plataforma-clima-staging" > .env.production && \
echo "NEXT_PUBLIC_MAPBOX_API_KEY=pk.eyJ1IjoiZXNjcml0b3Jpb2RlZGFkb3MiLCJhIjoiY2t3bWdmcHpjMmJ2cTJucWJ4MGQ1Mm1kbiJ9.4hHJX-1pSevYoBbja7Pq4w" >> .env.production && \
echo "HOTJAR_ID=${_HOTJAR_ID}" >> .env.production
echo "HOTJAR_ID=5282846" >> .env.production
# Build the container image
- name: "gcr.io/cloud-builders/docker"
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
- |
echo "NEXT_PUBLIC_ROOT_URL=https://gw.dados.rio/plataforma-clima-staging" > .env.production && \
echo "NEXT_PUBLIC_MAPBOX_API_KEY=pk.eyJ1IjoiZXNjcml0b3Jpb2RlZGFkb3MiLCJhIjoiY2t3bWdmcHpjMmJ2cTJucWJ4MGQ1Mm1kbiJ9.4hHJX-1pSevYoBbja7Pq4w" >> .env.production && \
echo "HOTJAR_ID=${_HOTJAR_ID}" >> .env.production
echo "HOTJAR_ID=5282787" >> .env.production
# Build the container image
- name: "gcr.io/cloud-builders/docker"
Expand Down

0 comments on commit 1964e5e

Please sign in to comment.