Fix Previous Code
This commit is contained in:
parent
5f4134332b
commit
e14f997f74
@ -26,7 +26,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: built-artifact
|
name: built-artifact
|
||||||
path: public
|
path: public/
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: built-artifact
|
name: built-artifact
|
||||||
path: public
|
path: public/
|
||||||
- name: pre-reqs
|
- name: pre-reqs
|
||||||
run: apt update; apt install -y sshpass
|
run: apt update; apt install -y sshpass
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
|
Loading…
Reference in New Issue
Block a user