ci: mount /volume1 into deploy container so docker cli can read host .env file
Deploy t-youtube / Build & Deploy (push) Failing after 2s

This commit is contained in:
Gan, Jimmy
2026-07-11 14:14:24 +08:00
parent a62b8b3473
commit 554060c665
+1
View File
@@ -18,6 +18,7 @@ jobs:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/target/usr/bin/docker:/usr/bin/docker
- /volume1:/volume1
steps:
- name: Checkout
run: |