forked from MapComplete/MapComplete
Fix: attempt to get runners working
This commit is contained in:
parent
4a6efe8bfb
commit
a7e729a2de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_hosted.yml
vendored
2
.github/workflows/deploy_hosted.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload artefact
|
- name: Upload artefact
|
||||||
run: |
|
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 }}/
|
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/"
|
ssh hetzner "rm -rf /root/public/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/public/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue