forgot to alter the workflow to use cwd and .excludes instead of public/
All checks were successful
deploy updated site / rsync the directories (pull_request) Successful in 42s

This commit is contained in:
Camille Frantz 2024-11-08 12:51:23 -06:00
parent 81ef2089e0
commit 78ae9187d5
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY

View File

@ -19,8 +19,8 @@ jobs:
uses: easingthemes/ssh-deploy@v5.1.0
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: '-avz --delete'
SOURCE: public/
ARGS: '-avz --delete --exclude-from=.gitea/.excludes'
SOURCE: .
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.TARGET }}