diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 9a18970..f6a93ab 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -5,4 +5,7 @@ steps: TOKEN: from_secret: RSE_panel commands: - - ./scripts/deploy.sh \ No newline at end of file + - ./scripts/deploy.sh + +depends_on: + - build \ No newline at end of file