Copy to prod
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 34s

This commit is contained in:
Lewis Dale 2024-05-05 19:50:51 +01:00
parent 4d88c50a22
commit 6139172f59

View File

@ -18,3 +18,5 @@ jobs:
with: with:
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }} known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Copy to prod
run: scp -rp dist/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/uptime.lewisdale.dev/