- comment out deploy code for now until deploy stage coompleted
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
8a66110b3a
commit
6cd3a9deba
26
.drone.yml
26
.drone.yml
@ -48,21 +48,21 @@ steps:
|
|||||||
# event:
|
# event:
|
||||||
# - push
|
# - push
|
||||||
# - pull_request
|
# - pull_request
|
||||||
---
|
# ---
|
||||||
kind: pipeline
|
# kind: pipeline
|
||||||
type: exec
|
# type: exec
|
||||||
name: staging-deploy
|
# name: staging-deploy
|
||||||
|
|
||||||
platform:
|
# platform:
|
||||||
os: linux
|
# os: linux
|
||||||
arch: amd64
|
# arch: amd64
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: ansible-deploy
|
# - name: ansible-deploy
|
||||||
commands:
|
# commands:
|
||||||
- ansible --version
|
# - ansible --version
|
||||||
- ansible-galaxy install --force --role-file ansible/requirements.yml -vvvv
|
# - ansible-galaxy install --force --role-file ansible/requirements.yml -vvvv
|
||||||
- ansible-playbook --inventory ansible/inventory.yml --list-hosts ansible/playbook.staging.yml
|
# - ansible-playbook --inventory ansible/inventory.yml --list-hosts ansible/playbook.staging.yml
|
||||||
# trigger:
|
# trigger:
|
||||||
# branch:
|
# branch:
|
||||||
# - master
|
# - master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user