Dev #169

Merged
OpzekerIT merged 9 commits from dev into main 2024-05-30 19:54:18 +00:00
Showing only changes of commit b405402e4e - Show all commits

View file

@ -29,7 +29,7 @@ jobs:
remote-user: stats
private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ${{ env.DESTINATION }}
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php --include=./config/clanmembers.json
rsync-options: --no-times -r --include=config/clanmembers.json --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php
- name: LINK TO WEBSITE
run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then