File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 11steps :
2- - label : ' deploy (alpha) 🚀'
3- command :
4- - " ./.buildkite/deploy.sh alpha"
5- branches : " alpha"
6- concurrency : 1
7- concurrency_group : " plutus-alpha-deploy"
8- agents :
9- system : x86_64-linux
10-
11- - label : ' deploy (production) 🚀'
12- command :
13- - " ./.buildkite/deploy.sh production"
14- branches : " production"
15- concurrency : 1
16- concurrency_group : " plutus-production-deploy"
17- agents :
18- system : x86_64-linux
19-
20- - label : ' deploy (staging) 🚀'
21- command :
22- - " ./.buildkite/deploy.sh staging"
23- branches : " master"
24- concurrency : 1
25- concurrency_group : " plutus-staging-deploy"
26- agents :
27- system : x86_64-linux
28-
29- - label : ' deploy (bitte_match) 🚀'
30- command :
31- - " ./.buildkite/deploy.sh bitte_match"
32- branches : " bitte"
33- concurrency : 1
34- concurrency_group : " plutus-bitte_match-deploy"
35- agents :
36- system : x86_64-linux
37-
382 - label : ' :shipit: deploy devcontainer image for plutus-starter'
393 branches : " plutus-starter-devcontainer/v*"
404 command :
You can’t perform that action at this time.
0 commit comments