Skip to content

Commit b61e6b2

Browse files
committed
Deploy bitte environments from the right branches
1 parent 5c3e7aa commit b61e6b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: "Deploy"
22
on:
33
push:
44
branches:
5-
- bitte
5+
- marlowe-dist-demo # production, TODO this should be from the marlowe-production branch
6+
- master # staging
7+
# TODO need branches for wyohack and plutus-production
68
jobs:
79
deploy:
810
runs-on: ubuntu-latest

scripts/deploy-bitte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ fi
2424

2525
declare -A ref_env_mapping=(
2626
# TODO Make this the production branch
27-
[bitte]=production
27+
[marlowe-dist-demo]=production
28+
[master]=staging
29+
# TODO need branches for wyohack and plutus-production
2830
)
2931

3032
if [ ! -v 'ref_env_mapping[${plutus_ref}]' ]

0 commit comments

Comments
 (0)