Merge pull request #135 from OpzekerIT/dev

Vars
This commit is contained in:
Lanta 2023-11-21 10:10:29 +01:00 committed by GitHub
commit c81fd5ef91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,11 @@ jobs:
- name: Sync Files from ${{ github.ref }}
uses: SamKirkland/web-deploy@v1
with:
target-server: 86.93.122.67
target-server: ${{ secrets.DEST_SERVER }}
remote-user: stats
private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ${{ env.DESTINATION }}
rsync-options: --no-times -r -v --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php
rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php
- name: LINK TO WEBSITE
run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then