diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index 0c88d12ee..ca25e6aa8 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -31,10 +31,6 @@ jobs: run: npm run generate:translations shell: bash - - name: Prepare deploy - run: npm run prepare-deploy - shell: bash - - name: run tests run: | pwd @@ -42,6 +38,12 @@ jobs: npm run test shell: bash + - name: Prepare deploy + run: npm run prepare-deploy + shell: bash + + + - name: Upload artefact env: SSH_KEY: ${{ secrets.HETZNER_KEY }}