Initial commit
This commit is contained in:
		@@ -26,8 +26,9 @@ steps:
 | 
				
			|||||||
      from_secret: ssh_password
 | 
					      from_secret: ssh_password
 | 
				
			||||||
    port: 22
 | 
					    port: 22
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GIT_PULL_SCRIPT:
 | 
					      GIT_PULL:
 | 
				
			||||||
        from_secret: git_pull_script
 | 
					        from_secret: git_pull_script
 | 
				
			||||||
    command_timeout: 2m
 | 
					    command_timeout: 2m
 | 
				
			||||||
    script:
 | 
					    script:
 | 
				
			||||||
 | 
					        - echo ${GIT_PULL}
 | 
				
			||||||
        - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
 | 
					        - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user