Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
first_admin 2024-08-22 05:41:40 +00:00
parent ad070505dd
commit 46a4036acb

View File

@ -22,20 +22,20 @@ steps:
image: alpine image: alpine
commands: commands:
- echo "Awaiting manual approval for production deployment." - echo "Awaiting manual approval for production deployment."
when: # when:
# event: # # event:
# - push # # - push
status: # status:
- success # - success
- name: deploy-production - name: deploy-production
image: alpine image: alpine
commands: commands:
- echo "Deploying to production..." - echo "Deploying to production..."
when: # when:
# event: # # event:
# - push # # - push
status: # status:
- success # - success
depends_on: depends_on:
- approval - approval