forked from MapComplete/MapComplete
Fix: attempt to get runners working
This commit is contained in:
parent
221c13679a
commit
4a6efe8bfb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_hosted.yml
vendored
2
.github/workflows/deploy_hosted.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- name: Upload artefact
|
- name: Upload artefact
|
||||||
run: |
|
run: |
|
||||||
ssh hetzner "mkdir /root/staging/${{ github.ref_name }}"
|
ssh hetzner "mkdir /root/staging/${{ github.ref_name }}"
|
||||||
scp 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