Update .gitea/workflows/build.yaml
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 3s
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 3s
This commit is contained in:
parent
3f64fee1b9
commit
d2ed2f987e
@ -5,6 +5,9 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
deploy-to-stage:
|
deploy-to-stage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
volumes:
|
||||||
|
- /www-stg/html:/www-stg/html
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user