feat: gitea action runner

This commit is contained in:
mco-system 2024-11-12 21:57:37 +11:00
parent 4794985381
commit d9ff5fff76

View File

@ -23,4 +23,4 @@ jobs:
- name: Respository clone
run: git clone http://${{secrets.STACK_UPDATER_USER}}:${{secrets.STACK_UPDATER_TOKEN}}@${{env.SRV_HOST_PORT}}/${{gitea.repository}}.git ./repo
- name: Deploy files
run: rsync -e "ssh -o StrictHostKeyChecking=accept-new -i .ssh/id_rsa -p ${{secrets.SSH_PORT}} -l ${{secrets.SSH_USER}}" -avzr --delete --exclude=".git/*" --exclude=".gitea/*" ./ ${{secrets.SSH_HOST}}:/
run: rsync -e "ssh -o StrictHostKeyChecking=accept-new -i .ssh/id_rsa -p ${{secrets.SSH_PORT}} -l ${{secrets.SSH_USER}}" -avzr --delete --exclude=".git/*" --exclude=".gitea/*" ./repo ${{secrets.SSH_HOST}}:/