Initial commit
This commit is contained in:
parent
beb3dc437d
commit
68d4029ee0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user