Initial commit
This commit is contained in:
		@@ -25,6 +25,9 @@ steps:
 | 
				
			|||||||
    password:
 | 
					    password:
 | 
				
			||||||
      from_secret: ssh_password
 | 
					      from_secret: ssh_password
 | 
				
			||||||
    port: 22
 | 
					    port: 22
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      GIT_PULL:
 | 
				
			||||||
 | 
					        from_secret: git_pull_script
 | 
				
			||||||
    command_timeout: 2m
 | 
					    command_timeout: 2m
 | 
				
			||||||
    script:
 | 
					    script:
 | 
				
			||||||
        - ${{ secrets.git_pull_script }}
 | 
					        - $GIT_PULL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user