mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-06-29 00:25:44 +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…
Add table
Add a link
Reference in a new issue