This commit is contained in:
@@ -31,18 +31,9 @@ steps:
|
||||
- chmod 600 secrets/SSH_KEY
|
||||
- ssh-keygen -y -f secrets/SSH_KEY >/dev/null
|
||||
|
||||
- name: lock-db
|
||||
image: quay.io/skopeo/stable:latest
|
||||
depends_on: [ secrets ]
|
||||
environment:
|
||||
REGISTRY_URL: registry.sendico.io
|
||||
MONGO_VERSION: latest
|
||||
commands:
|
||||
- bash ci/prod/scripts/lock-db.sh
|
||||
|
||||
- name: deploy
|
||||
image: alpine:latest
|
||||
depends_on: [ lock-db ]
|
||||
depends_on: [ secrets ]
|
||||
commands:
|
||||
- |
|
||||
set -euo
|
||||
|
||||
Reference in New Issue
Block a user