Initial commit
This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -30,14 +30,15 @@ steps:
 | 
				
			|||||||
    port: 22
 | 
					    port: 22
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GIT_PULL_SCRIPT:
 | 
					      GIT_PULL_SCRIPT:
 | 
				
			||||||
        from_secret: git_pull_script
 | 
					        from_secret: GIT_PULL
 | 
				
			||||||
    envs:
 | 
					    envs:
 | 
				
			||||||
      - git_pull_script
 | 
					      - GIT_PULL
 | 
				
			||||||
    command_timeout: 2m
 | 
					    command_timeout: 2m
 | 
				
			||||||
    script:
 | 
					    script:
 | 
				
			||||||
        - echo ${GIT_PULL_SCRIPT}
 | 
					        - echo ${GIT_PULL_SCRIPT}
 | 
				
			||||||
        - echo $GIT_PULL_SCRIPT
 | 
					        - echo $GIT_PULL_SCRIPT
 | 
				
			||||||
        - echo "$GIT_PULL_SCRIPT"
 | 
					        - echo "$GIT_PULL_SCRIPT"
 | 
				
			||||||
        - echo $git_pull_script
 | 
					        - echo $GIT_PULL
 | 
				
			||||||
        - echo ${git_pull_script}
 | 
					        - echo ${GIT_PULL}
 | 
				
			||||||
        - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
 | 
					        - $GIT_PULL
 | 
				
			||||||
 | 
					        # - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user