„.gitea/workflows/prod.yaml“ ändern
This commit is contained in:
parent
6e4f2575f8
commit
28551a6656
@ -24,23 +24,17 @@ jobs:
|
||||
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
|
||||
|
||||
- name: deploy
|
||||
uses: https://git.cantorgymnasium.de/gcg/rsync-deploy-action@main
|
||||
with:
|
||||
uses: https://git.cantorgymnasium.de/gcg/action-rsync@master
|
||||
env:
|
||||
HOST: cantorgymnasium.de
|
||||
PORT: ${{secrets.WEB_PUSH_PORT }}
|
||||
KEY: ${{ secrets.WEB_PUSH_KEY }}
|
||||
TARGET: /opt/data/webdata/gcg-website/dev-test/
|
||||
USER: web-push
|
||||
PRIVATE_SSH_KEY: ${{secrets.WEB_PUSH_KEY }}
|
||||
REPOSITORY_PATH: public/
|
||||
SERVER_PATH: /opt/data/webdata/gcg-website/dev-test/
|
||||
|
||||
- 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=.
|
||||
ARGS: -avzr --delete
|
||||
VERBOSE: true
|
||||
SSH_ARGS: '-p 1845 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
||||
SOURCE: ./public/
|
||||
POST_SCRIPT: "cd /opt/data/webdata/gcg-website/ && pagefind --source=."
|
||||
|
||||
- name: notification
|
||||
uses: https://github.com/yamaks2306/telegram-notification@main
|
||||
|
Loading…
x
Reference in New Issue
Block a user