Skip to content

Commit

Permalink
Merge pull request #1853 from airqo-platform/Baalmart-patch-1
Browse files Browse the repository at this point in the history
Update deploy-frontends-to-production.yml
  • Loading branch information
Baalmart authored Feb 16, 2024
2 parents a992e29 + 4e6a5c3 commit 881061a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontends-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
--build-arg REACT_WEB_STATIC_HOST=${{ secrets.WEBSITE_PROD_REACT_WEB_STATIC_HOST }} \
--build-arg REACT_NETMANAGER_BASE_URL=${{ secrets.WEBSITE_PROD_REACT_NETMANAGER_BASE_URL }} \
--build-arg REACT_APP_NETMANAGER_URL=${{ secrets.PROD_REACT_APP_NETMANAGER_URL }} \
--build-arg REACT_APP_BASE_AIRQLOUDS_URL=${{ secrets.WEBSITE_REACT_APP_BASE_AIRQLOUDS_URL }} \
--build-arg REACT_APP_BASE_AIRQLOUDS_URL=${{ secrets.WEBSITE_PROD_REACT_APP_BASE_AIRQLOUDS_URL }} \
--build-arg REACT_APP_BASE_NEWSLETTER_URL=${{ secrets.WEBSITE_REACT_APP_BASE_NEWSLETTER_URL }} \
--build-arg REACT_APP_WEBSITE_BASE_URL=${{ secrets.WEBSITE_PROD_REACT_APP_WEBSITE_BASE_URL }} \
--build-arg REACT_APP_AUTHORIZATION_TOKEN=${{ secrets.WEBSITE_PROD_REACT_APP_AUTHORIZATION_TOKEN }} \
Expand Down Expand Up @@ -436,4 +436,4 @@ jobs:
- name: Update the corresponding configmap
run: |
kubectl create configmap --dry-run=client -o yaml \
--from-env-file=inventory/.env env-inventory-production | kubectl replace -f - -n production
--from-env-file=inventory/.env env-inventory-production | kubectl replace -f - -n production

0 comments on commit 881061a

Please sign in to comment.