diff --git a/.drone.yml b/.drone.yml index 5014c16..d2ca895 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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