diff --git a/.drone.yml b/.drone.yml index b8476de..31ca23f 100755 --- a/.drone.yml +++ b/.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