Initial commit
Some checks failed
continuous-integration/drone/push Build is passing
Build / build (push) Failing after 10s
lint / lint (push) Failing after 9s
Docker Compose Test / test (push) Failing after 5s

This commit is contained in:
Sthope 2024-05-05 23:04:27 +02:00
parent ebd228a651
commit d1303a3c11

View File

@ -30,14 +30,15 @@ steps:
port: 22
environment:
GIT_PULL_SCRIPT:
from_secret: git_pull_script
from_secret: GIT_PULL
envs:
- git_pull_script
- GIT_PULL
command_timeout: 2m
script:
- echo ${GIT_PULL_SCRIPT}
- echo $GIT_PULL_SCRIPT
- echo "$GIT_PULL_SCRIPT"
- echo $git_pull_script
- echo ${git_pull_script}
- cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
- echo $GIT_PULL
- echo ${GIT_PULL}
- $GIT_PULL
# - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh