ci: fixed CI on main
This commit is contained in:
parent
521797dd12
commit
e0b3c6e030
@ -15,3 +15,13 @@ jobs:
|
|||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
|
- name: Upload via SFTP
|
||||||
|
uses: appleboy/scp-action@master
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.SFTP_HOST }}
|
||||||
|
username: ${{ secrets.SFTP_USER }}
|
||||||
|
password: ${{ secrets.SFTP_PASSWORD }}
|
||||||
|
port: 22
|
||||||
|
source: "build/*"
|
||||||
|
target: "/home/pettinattk/www"
|
Loading…
x
Reference in New Issue
Block a user