dest server var

This commit is contained in:
Thijs Stobbelaar 2023-11-21 10:08:06 +01:00
parent 2cfd700694
commit 19f3adf84c

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 }}