Verbosity #135

Merged
OpzekerIT merged 6 commits from dev into main 2023-11-21 09:10:29 +00:00
Showing only changes of commit 19f3adf84c - Show all commits

View file

@ -25,7 +25,7 @@ jobs:
- name: Sync Files from ${{ github.ref }} - name: Sync Files from ${{ github.ref }}
uses: SamKirkland/web-deploy@v1 uses: SamKirkland/web-deploy@v1
with: with:
target-server: 86.93.122.67 target-server: ${{ secrets.DEST_SERVER }}
remote-user: stats remote-user: stats
private-ssh-key: ${{ secrets.SSH_KEY }} private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ${{ env.DESTINATION }} destination-path: ${{ env.DESTINATION }}