1
0

Actions - added deploy

This commit is contained in:
Filip Rojek 2023-12-07 17:14:08 +01:00
parent 15f1d76dd8
commit 03137fd218

View File

@ -34,7 +34,7 @@ jobs:
- name: Deploy to server - name: Deploy to server
uses: AEnterprise/rsync-deploy@v1.0.2 uses: AEnterprise/rsync-deploy@v1.0.2
env: env:
DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
ARGS: "-e -c -r --delete" ARGS: "-e -c -r --delete"
SERVER_PORT: 22 SERVER_PORT: 22
FOLDER: "./" FOLDER: "./"