forked from MapComplete/MapComplete
Runner: fix actions
This commit is contained in:
parent
7eb91cee38
commit
ca3f096e28
1 changed files with 5 additions and 6 deletions
11
.github/workflows/deploy_hosted.yml
vendored
11
.github/workflows/deploy_hosted.yml
vendored
|
@ -31,6 +31,11 @@ jobs:
|
||||||
run: npm run generate:translations
|
run: npm run generate:translations
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
|
- name: Prepare deploy
|
||||||
|
run: npm run prepare-deploy
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
@ -38,12 +43,6 @@ jobs:
|
||||||
npm run test
|
npm run test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Prepare deploy
|
|
||||||
run: npm run prepare-deploy
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artefact
|
- name: Upload artefact
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.HETZNER_KEY }}
|
SSH_KEY: ${{ secrets.HETZNER_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue