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

This commit is contained in:
first_admin 2024-08-22 05:43:31 +00:00
parent 46a4036acb
commit 447fb07a4b

View File

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