diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 4690927..32d257e 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -48,7 +48,7 @@ steps: - pnpm install --frozen-lockfile - pnpm lint depends_on: - - install + - Prettier Format Check - name: Send Lint Status Notification (failure) image: curlimages/curl @@ -76,7 +76,7 @@ steps: - pnpm install --frozen-lockfile - pnpm build depends_on: - - install + - Lint Check - name: Send Build Status Notification (failure) image: curlimages/curl diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 0ff9939..7055f94 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -12,7 +12,7 @@ when: evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"' depends_on: - - ci + - build steps: - name: Trigger Portainer stack redeploy