ci: fixed CI on main
All checks were successful
Build Site Main / Build-Site (push) Successful in 2m13s
All checks were successful
Build Site Main / Build-Site (push) Successful in 2m13s
This commit is contained in:
parent
521797dd12
commit
a150e9d805
@ -15,3 +15,14 @@ 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 lftp (SFTP)
|
||||||
|
uses: xarses/lftp-upload-action@v0.2.0
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.SFTP_HOST }}
|
||||||
|
port: 22
|
||||||
|
username: ${{ secrets.SFTP_USER }}
|
||||||
|
password: ${{ secrets.SFTP_PASSWORD }}
|
||||||
|
local_path: build/
|
||||||
|
remote_path: /home/pettinattk/www
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user