Mount .env file in deploy step
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-05-14 11:38:18 +02:00
parent c0557e7b60
commit 153f6a4e38
+1
View File
@@ -14,6 +14,7 @@ steps:
image: docker:cli image: docker:cli
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /opt/docker/dashboard/.env:/opt/docker/dashboard/.env
commands: commands:
- docker stop dashboard || true - docker stop dashboard || true
- docker rm dashboard || true - docker rm dashboard || true