- comment out deploy code for now until deploy stage coompleted
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
oonyeje 2023-11-29 01:23:52 -05:00
parent 8a66110b3a
commit 6cd3a9deba

View File

@ -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