.gitea/workflows/build.yaml aktualisiert
This commit is contained in:
parent
cc02a36a45
commit
993cadbb50
@ -1,13 +1,7 @@
|
||||
name: website
|
||||
name: Website Prod
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ gitea.workflow }}-${{ gitea.ref }}
|
||||
cancel-in-progress: true
|
||||
push: [main]
|
||||
|
||||
jobs:
|
||||
prod-build:
|
||||
@ -21,4 +15,4 @@ jobs:
|
||||
- name: deploy
|
||||
run: |
|
||||
cd public
|
||||
rsync -azr --delete ./ /var/www/html/
|
||||
rsync -azr --delete ./ /opt/data/webdata/
|
Loading…
x
Reference in New Issue
Block a user