mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	Update README.md
In reference of this issue and comment: https://github.com/easingthemes/ssh-deploy/issues/149
This commit is contained in:
		
							parent
							
								
									3884c8554f
								
							
						
					
					
						commit
						e7f0312c8c
					
				| @ -83,7 +83,7 @@ or use the latest version from a branch, eg: ssh-deploy@main | |||||||
| ``` | ``` | ||||||
|   - name: Deploy to Staging server |   - name: Deploy to Staging server | ||||||
|     uses: easingthemes/ssh-deploy@main |     uses: easingthemes/ssh-deploy@main | ||||||
|     env: |     with: | ||||||
|       SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} |       SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} | ||||||
|       ARGS: "-rlgoDzvc -i" |       ARGS: "-rlgoDzvc -i" | ||||||
|       SOURCE: "dist/" |       SOURCE: "dist/" | ||||||
| @ -124,7 +124,7 @@ jobs: | |||||||
|       run: npm run build --if-present |       run: npm run build --if-present | ||||||
|     - name: Deploy to Server |     - name: Deploy to Server | ||||||
|       uses: easingthemes/ssh-deploy@main |       uses: easingthemes/ssh-deploy@main | ||||||
|       env: |       with: | ||||||
|           SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} |           SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} | ||||||
|           ARGS: "-rlgoDzvc -i --delete" |           ARGS: "-rlgoDzvc -i --delete" | ||||||
|           SOURCE: "dist/" |           SOURCE: "dist/" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Patryk Padus
						Patryk Padus