„.gitea/workflows/prod.yaml“ ändern

This commit is contained in:
Denys Konovalov 2023-03-15 22:14:09 +01:00
parent 88eb4930ee
commit 8e3d2b0b8c

@ -24,7 +24,7 @@ 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/D3rHase/rsync-deploy-action@latest uses: https://git.cantorgymnasium.de/gcg/rsync-deploy-action@main
with: with:
HOST: cantorgymnasium.de HOST: cantorgymnasium.de
PORT: ${{secrets.WEB_PUSH_PORT }} PORT: ${{secrets.WEB_PUSH_PORT }}