Initial commit
Some checks failed
Docker Compose Test / test (push) Waiting to run
continuous-integration/drone/push Build is passing
Build / build (push) Failing after 12s
lint / lint (push) Has been cancelled

This commit is contained in:
Sthope 2024-05-05 23:00:34 +02:00
parent beb3dc437d
commit 68d4029ee0

View File

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