Skip to content

Commit

Permalink
Merge pull request #29 from bitovi/run-through/updates
Browse files Browse the repository at this point in the history
deployment
  • Loading branch information
DavidNic11 authored Jul 30, 2024
2 parents 0578e9a + 4d67e68 commit 9a3d70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-order.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
echo MFE_URL_PROFILE=${{ vars.MFE_URL_PROFILE }} >> .env
echo MFE_URL_WORKSHOP=${{ vars.MFE_URL_WORKSHOP }} >> .env
echo SENTRY_DSN_SHELL=${{ vars.SENTRY_DSN_SHELL }} >> .env
cat .env
cd ../marketing
touch .env
echo MFE_URL_CATALOG=${{ vars.MFE_URL_CATALOG }} >> .env
Expand All @@ -49,6 +48,8 @@ jobs:
cd ../workshop
touch .env
echo SENTRY_DSN_WORKSHOP=${{ vars.SENTRY_DSN_WORKSHOP }} >> .env
echo "-------------------------------------------"
cat ../shell/.env
- name: Install dependencies
run: |
Expand Down

0 comments on commit 9a3d70c

Please sign in to comment.