From 46a4036acb31c9a9344bd9c13110994c1a5e3b19 Mon Sep 17 00:00:00 2001 From: first_admin Date: Thu, 22 Aug 2024 05:41:40 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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