We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3e7aa commit b61e6b2Copy full SHA for b61e6b2
.github/workflows/deploy.yml
@@ -2,7 +2,9 @@ name: "Deploy"
2
on:
3
push:
4
branches:
5
- - bitte
+ - 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
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
scripts/deploy-bitte
@@ -24,7 +24,9 @@ fi
24
25
declare -A ref_env_mapping=(
26
# TODO Make this the production branch
27
- [bitte]=production
+ [marlowe-dist-demo]=production
28
+ [master]=staging
29
30
)
31
32
if [ ! -v 'ref_env_mapping[${plutus_ref}]' ]
0 commit comments