„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
2bd6c5c5b7
commit
e3ff9c910d
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker://act-runner
|
runs-on: act-runner-user
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -24,23 +24,9 @@ jobs:
|
|||||||
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
uses: https://git.cantorgymnasium.de/gcg/rsync-deploy-action@main
|
run: |
|
||||||
with:
|
pagefind --source=.
|
||||||
HOST: cantorgymnasium.de
|
rsync -azr --delete public/ /opt/data/webdata/gcg-website-gt/
|
||||||
PORT: ${{secrets.WEB_PUSH_PORT }}
|
|
||||||
USER: web-push
|
|
||||||
PRIVATE_SSH_KEY: ${{secrets.WEB_PUSH_KEY }}
|
|
||||||
REPOSITORY_PATH: public/
|
|
||||||
SERVER_PATH: /opt/data/webdata/gcg-website-gt/
|
|
||||||
|
|
||||||
- name: search index
|
|
||||||
uses: https://github.com/JimCronqvist/action-ssh@master
|
|
||||||
with:
|
|
||||||
hosts: ${{ secrets.WEB_PUSH_HOST }}
|
|
||||||
privateKey: ${{ secrets.WEB_PUSH_KEY }}
|
|
||||||
command: |
|
|
||||||
cd /opt/data/webdata/gcg-website/
|
|
||||||
pagefind --source=.
|
|
||||||
|
|
||||||
- name: notification
|
- name: notification
|
||||||
uses: https://github.com/yamaks2306/telegram-notification@main
|
uses: https://github.com/yamaks2306/telegram-notification@main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user