diff --git a/.woodpecker.yml b/.woodpecker.yml index 55fae7e..1553b0b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: - npm run build - echo "VERSION=$(cat version.txt)" > .env - clear-from-host: + clear-from-host: image: appleboy/drone-ssh settings: host: @@ -37,8 +37,7 @@ steps: - dist/ - nginx.conf - version.txt - - deploy: + deploy: image: appleboy/drone-ssh settings: host: @@ -68,7 +67,7 @@ steps: - docker tag nginx:alpine frontend:$VERSION - echo "Deployment completed" - confirm-deployment: + confirm-deployment: image: appleboy/drone-ssh settings: host: @@ -98,7 +97,7 @@ steps: - curl -I http://localhost:5173 || { echo "HTTP request failed"; exit 1; } - echo "Deployment confirmed successfully" - cleanup: + cleanup: image: appleboy/drone-ssh settings: host: