Skip to content

Commit

Permalink
Transfer whole files via rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
violine1101 authored Jul 20, 2024
1 parent 3a48a7d commit d03fddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "bin"
ARGS: "-avh --delete"
ARGS: "-avhW --delete"
SERVER_IP: localhost
USERNAME: ${{ secrets.REMOTE_USER }}
SERVER_DESTINATION: /home/mojiradiscordbot/mojira-discord-bot
Expand All @@ -66,7 +66,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "node_modules"
ARGS: "-avh --delete"
ARGS: "-avhW --delete"
SERVER_IP: localhost
USERNAME: ${{ secrets.REMOTE_USER }}
SERVER_DESTINATION: /home/mojiradiscordbot/mojira-discord-bot
Expand All @@ -83,7 +83,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "config"
ARGS: "-avh --delete --exclude='local.yml' --exclude='local-*.yml'"
ARGS: "-avhW --delete --exclude='local.yml' --exclude='local-*.yml'"
SERVER_IP: localhost
USERNAME: ${{ secrets.REMOTE_USER }}
SERVER_DESTINATION: /home/mojiradiscordbot/mojira-discord-bot
Expand All @@ -100,7 +100,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "*.sh"
ARGS: "-avh"
ARGS: "-avhW"
SERVER_IP: localhost
USERNAME: ${{ secrets.REMOTE_USER }}
SERVER_DESTINATION: /home/mojiradiscordbot/mojira-discord-bot
Expand Down

0 comments on commit d03fddb

Please sign in to comment.