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