2020-01-31 04:16:46 +00:00
|
|
|
steps:
|
|
|
|
- label: ":docker: Image Deployments"
|
|
|
|
command: ".buildkite/steps/deployimages.sh | buildkite-agent pipeline upload"
|
|
|
|
concurrency: 1
|
|
|
|
concurrency_group: "deployments"
|
|
|
|
|
|
|
|
- wait
|
|
|
|
|
|
|
|
- label: ":docker: Deploy Manifests"
|
|
|
|
command: "authelia-scripts docker push-manifest"
|
|
|
|
concurrency: 1
|
|
|
|
concurrency_group: "deployments"
|
|
|
|
env:
|
|
|
|
DOCKER_CLI_EXPERIMENTAL: "enabled"
|
|
|
|
|
|
|
|
- label: ":github: Deploy Artifacts"
|
|
|
|
command: ".buildkite/steps/ghartifacts.sh"
|
2020-02-28 21:58:44 +00:00
|
|
|
retry:
|
|
|
|
automatic: true
|
2020-01-31 04:16:46 +00:00
|
|
|
agents:
|
|
|
|
upload: "fast"
|
2020-02-19 23:25:28 +00:00
|
|
|
key: "artifacts"
|
|
|
|
if: build.tag != null
|
|
|
|
|
|
|
|
- label: ":linux: Deploy AUR"
|
|
|
|
command: ".buildkite/steps/aurpackages.sh | buildkite-agent pipeline upload"
|
|
|
|
if: build.tag != null || build.branch == "master"
|