diff --git a/.drone.yml b/.drone.yml index 8a9a29c..98d2534 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,16 +12,22 @@ steps: image: alpine commands: - echo "Building..." + depends_on: + - test - name: deploy-staging image: alpine commands: - echo "Deploying to stage..." + depends_on: + - build - name: approval image: alpine commands: - echo "Awaiting manual approval for production deployment." + depends_on: + - deploy-staging - name: deploy-production image: alpine