Skip to content

Commit

Permalink
Workflow: Only sync necessary config files
Browse files Browse the repository at this point in the history
  • Loading branch information
violine1101 authored Sep 4, 2024
1 parent 8f0f513 commit a8d29da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
artifact_paths: |
bin
node_modules
config
config/default.yml
config/main.yml
*.sh
artifact_destination: /home/mojiradiscordbot/mojira-discord-bot
rsync_args: "-avhW --delete --exclude='local.yml' --exclude='local-*.yml'"
script: |
cd mojira-discord-bot
./restart.sh main

0 comments on commit a8d29da

Please sign in to comment.