Skip to content

Commit f43a438

Browse files
committed
Add missing Expo CD options
1 parent 3e1ec9a commit f43a438

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prod_app_deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ jobs:
7575
with:
7676
profile: production
7777
branch: production
78+
environment: production
7879
# auto-submit-builds: true

.github/workflows/staging_app_deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
with:
3838
profile: preview
3939
branch: preview
40+
environment: preview

0 commit comments

Comments
 (0)