- 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:
# - 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