Use clearer label for running on host
This commit is contained in:
parent
bf7eba8a0e
commit
e447b42bf1
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: selfhost
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: selfhost
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: get artifact
|
||||
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
- run: ls -la /www/
|
||||
- run: ls -la /www/svelte/
|
||||
- name: 🧹 Clean Deploy Area
|
||||
run: rm -r /www/svelte/build
|
||||
run: rm -rf /www/svelte/build
|
||||
- name: 📦 Deploy
|
||||
run: mv build /www/svelte/
|
||||
|
|
|
|||
Loading…
Reference in a new issue