This commit is contained in:
		
							parent
							
								
									314f49f0c9
								
							
						
					
					
						commit
						5814ad96ad
					
				|  | @ -6,7 +6,7 @@ jobs: | ||||||
|   Explore-Gitea-Actions: |   Explore-Gitea-Actions: | ||||||
|     runs-on: ubuntu |     runs-on: ubuntu | ||||||
|     steps: |     steps: | ||||||
|       - run: cat {{ vars.ENV_PROD }} > .env |       - run: cat ${{ vars.ENV_PROD }} > .env | ||||||
|       - run: echo "Stopping gitea service..." |       - run: echo "Stopping gitea service..." | ||||||
|       - run: systemctl stop resume |       - run: systemctl stop resume | ||||||
|       - run: echo "Gitea service stopped" |       - run: echo "Gitea service stopped" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue