mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Use aws image for s3-docs upload (#2389)
This commit is contained in:
@@ -200,6 +200,7 @@ publish-s3-release:
|
||||
|
||||
publish-s3-doc:
|
||||
stage: publish
|
||||
image: parity/awscli:latest
|
||||
allow_failure: true
|
||||
dependencies:
|
||||
- build-rust-doc-release
|
||||
@@ -289,3 +290,23 @@ deploy-ue1-tag:
|
||||
environment:
|
||||
name: parity-prod-ue1
|
||||
|
||||
.validator-deploy: &validator-deploy
|
||||
stage: publish
|
||||
dependencies:
|
||||
- build-linux-release
|
||||
image: parity/azure-ansible:v1
|
||||
allow_failure: true
|
||||
when: manual
|
||||
tags:
|
||||
- linux-docker
|
||||
|
||||
validator1:
|
||||
<<: *validator-deploy
|
||||
script:
|
||||
- ansible-playbook -i scripts/ansible/inventory.ini -u gitlab scripts/ansible/alexander.yml -l validator1
|
||||
|
||||
validator2:
|
||||
<<: *validator-deploy
|
||||
script:
|
||||
- ansible-playbook -i scripts/ansible/inventory.ini -u gitlab scripts/ansible/alexander.yml -l validator2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user