diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index ca25e6aa8..5b6965585 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -31,6 +31,11 @@ jobs: run: npm run generate:translations shell: bash + + - name: Prepare deploy + run: npm run prepare-deploy + shell: bash + - name: run tests run: | pwd @@ -38,12 +43,6 @@ 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 }}