Compare commits
1 Commits
521797dd12
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff876a0bbd |
@@ -14,4 +14,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
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: www
|
||||||
|
|
||||||
Reference in New Issue
Block a user