Actions - added deploy

This commit is contained in:
fr
2023-12-07 20:00:33 +01:00
parent 15f1d76dd8
commit 03137fd218
+1 -1
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: "./"