Initial commit
This commit is contained in:
		@@ -26,10 +26,10 @@ 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
 | 
				
			||||||
    envs:
 | 
					    envs:
 | 
				
			||||||
      - git_pull_script
 | 
					      - git_pull_script
 | 
				
			||||||
    command_timeout: 2m
 | 
					    command_timeout: 2m
 | 
				
			||||||
    script:
 | 
					    script:
 | 
				
			||||||
        - $GIT_PULL
 | 
					        - echo $GIT_PULL_SCRIPT
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user