Skip to content

Commit

Permalink
chore: update deploy script envs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Apr 15, 2024
1 parent 61453fc commit f784277
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Backend url
VITE_BACKEND_URL=https://intercom-manager.prod.eyevinn.technology/
2 changes: 2 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Example .env.local file
VITE_BACKEND_URL=https://intercom-manager.dev.eyevinn.technology/
2 changes: 1 addition & 1 deletion .github/workflows/run-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: |
yarn
yarn build
yarn build --mode staging
- name: Sync to Dev bucket
uses: jakejarvis/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: |
yarn
yarn build
yarn build --mode production
- name: Sync to Demo bucket
uses: jakejarvis/[email protected]
Expand Down

0 comments on commit f784277

Please sign in to comment.