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
commands:
- echo "Awaiting manual approval for production deployment."
when:
# event:
# - push
status:
- success
# when:
# # event:
# # - push
# status:
# - success
- name: deploy-production
image: alpine
commands:
- echo "Deploying to production..."
when:
# event:
# - push
status:
- success
# when:
# # event:
# # - push
# status:
# - success
depends_on:
- approval