From 80192f003a007a0f6343a43ea4d599a19c6ed9a6 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 10 Jan 2025 12:42:19 +0100 Subject: [PATCH] Actions: auto-update index page of builds.mapcomplete.org --- .forgejo/workflows/deploy_hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml index c7520a94a3..53d2137dcb 100644 --- a/.forgejo/workflows/deploy_hosted.yml +++ b/.forgejo/workflows/deploy_hosted.yml @@ -61,7 +61,7 @@ jobs: run: scp ${{ github.ref_name }}.zip hetzner:/root/staging/ - name: unzipping remote file - run: ssh hetzner "cd /root/staging && rm -rf ${{ github.ref_name }} && unzip ${{ github.ref_name }}.zip && rm -rf /root/public/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/public/ && rm ${{ github.ref_name }}.zip" + run: ssh hetzner "cd /root/staging && rm -rf ${{ github.ref_name }} && unzip ${{ github.ref_name }}.zip && rm -rf /root/public/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/public/ && rm ${{ github.ref_name }}.zip && /root/public/build_index.sh"