File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ name: "Deploy"
22on :
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
68jobs :
79 deploy :
810 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2424
2525declare -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
3032if [ ! -v ' ref_env_mapping[${plutus_ref}]' ]
@@ -59,7 +61,7 @@ declare -r tmp
5961cat > " ${tmp} /${plutus_env} .cue" << EOF
6062package revisions
6163
62- ${plutus_env} : "${plutus_rev} "
64+ " ${plutus_env} " : "${plutus_rev} "
6365EOF
6466
6567
You can’t perform that action at this time.
0 commit comments