- 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:
|
||||
# - push
|
||||
# - pull_request
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: staging-deploy
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: exec
|
||||
# name: staging-deploy
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
# platform:
|
||||
# os: linux
|
||||
# arch: amd64
|
||||
|
||||
steps:
|
||||
- name: ansible-deploy
|
||||
commands:
|
||||
- ansible --version
|
||||
- ansible-galaxy install --force --role-file ansible/requirements.yml -vvvv
|
||||
- ansible-playbook --inventory ansible/inventory.yml --list-hosts ansible/playbook.staging.yml
|
||||
# steps:
|
||||
# - name: ansible-deploy
|
||||
# commands:
|
||||
# - ansible --version
|
||||
# - ansible-galaxy install --force --role-file ansible/requirements.yml -vvvv
|
||||
# - ansible-playbook --inventory ansible/inventory.yml --list-hosts ansible/playbook.staging.yml
|
||||
# trigger:
|
||||
# branch:
|
||||
# - master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user