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