Skip to content

Commit 4b5bd71

Browse files
committed
Disable old-style deployments
1 parent 09e0a11 commit 4b5bd71

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,4 @@
11
steps:
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:

0 commit comments

Comments
 (0)