dest server var

This commit is contained in:
Lanta 2023-11-21 10:08:06 +01:00
parent 3dc16dbd5d
commit 00bf93f5b4

View file

@ -25,7 +25,7 @@ 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 }}