Skip to content

Commit 80f428d

Browse files
authored
Update prod-stg-deploy.yml
1 parent 1e4951f commit 80f428d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prod-stg-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Container App Prod/Staging Deploy
33
on:
44
push:
55
branches:
6-
- containerapp_deploy
6+
- main
77

88
schedule:
99
- cron: "0 1 * * *"
@@ -19,9 +19,9 @@ on:
1919
- prod
2020
default: staging
2121
branch:
22-
description: "Branch to build (default = containerapp_deploy)"
22+
description: "Branch to build (default = main)"
2323
required: true
24-
default: containerapp_deploy
24+
default: main
2525

2626
env:
2727
ACR_NAME: corecontainers
@@ -36,7 +36,7 @@ env:
3636
NODE_ENV: production
3737
PORT: 8080
3838

39-
ALLOWED_PROD_BRANCH: containerapp_deploy
39+
ALLOWED_PROD_BRANCH: main
4040

4141
permissions:
4242
id-token: write

0 commit comments

Comments
 (0)