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:
|
||||
deploy-to-stage:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
volumes:
|
||||
- /www-stg/html:/www-stg/html
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- name: Check out repository code
|
||||
|
Loading…
x
Reference in New Issue
Block a user