revert 564b3339347ca2325ab0c3c3f4a9b8ccf9672709
revert „.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
676f0710ce
commit
b95b20e444
@ -24,17 +24,24 @@ jobs:
|
|||||||
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
uses: https://github.com/up9cloud/action-rsync@master
|
uses: https://github.com/burnett01/rsync-deployments@5.2.1
|
||||||
env:
|
with:
|
||||||
HOST: cantorgymnasium.de
|
switches: -avzr --delete
|
||||||
KEY: ${{ secrets.WEB_PUSH_KEY }}
|
path: public/
|
||||||
TARGET: /opt/data/webdata/gcg-website/dev-test/
|
remote_path: /opt/data/webdata/gcg-website/dev-test/
|
||||||
USER: web-push
|
remote_host: cantorgymnasium.de
|
||||||
ARGS: -avzr --delete
|
remote_user: web-push
|
||||||
VERBOSE: true
|
remote_port: ${{ secrets.WEB_PUSH_PORT }}
|
||||||
SSH_ARGS: '-p 1845 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
remote_key: ${{ secrets.WEB_PUSH_KEY }}
|
||||||
SOURCE: ./public/
|
|
||||||
POST_SCRIPT: "cd /opt/data/webdata/gcg-website/ && pagefind --source=."
|
- 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