„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
fce11e7e6f
commit
2bd6c5c5b7
@ -24,17 +24,23 @@ 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/action-rsync@master
|
uses: https://git.cantorgymnasium.de/gcg/rsync-deploy-action@main
|
||||||
env:
|
with:
|
||||||
HOST: cantorgymnasium.de
|
HOST: cantorgymnasium.de
|
||||||
KEY: ${{ secrets.WEB_PUSH_KEY }}
|
PORT: ${{secrets.WEB_PUSH_PORT }}
|
||||||
TARGET: /opt/data/webdata/gcg-website-gt/
|
|
||||||
USER: web-push
|
USER: web-push
|
||||||
PORT: 1845
|
PRIVATE_SSH_KEY: ${{secrets.WEB_PUSH_KEY }}
|
||||||
ARGS: -avzr --delete
|
REPOSITORY_PATH: public/
|
||||||
VERBOSE: true
|
SERVER_PATH: /opt/data/webdata/gcg-website-gt/
|
||||||
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