mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Add missing secret in .woodpecker.yml
This commit is contained in:
parent
81dd9334e3
commit
a15b723eae
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ steps:
|
||||||
docker compose up -d'
|
docker compose up -d'
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
secrets: [SSH_KEY]
|
secrets: [SSH_KEY, PROJECT_DIR]
|
||||||
|
|
Loading…
Reference in a new issue