Skip to content

Commit 839e5f8

Browse files
authored
Merge pull request #47 from ansari-project/add-missing-expo-options
Add missing Expo CD options
2 parents 3e1ec9a + f43a438 commit 839e5f8

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)