Fix: attempt to get runners working

This commit is contained in:
Pieter Vander Vennet 2024-12-06 13:42:02 +01:00
parent 4a6efe8bfb
commit a7e729a2de

View file

@ -50,7 +50,7 @@ jobs:
- name: Upload artefact
run: |
ssh hetzner "mkdir /root/staging/${{ github.ref_name }}"
ssh hetzner "mkdir -p /root/staging/${{ github.ref_name }}"
scp -r dist/* hetzner:/root/staging/${{ github.ref_name }}/
ssh hetzner "rm -rf /root/public/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/public/"