update.
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "current"
|
||||
node-version: "20"
|
||||
cache: "npm"
|
||||
- run: npm install
|
||||
- run: CI=false npm run build
|
||||
|
||||
- uses: easingthemes/ssh-deploy@v2.2.11
|
||||
- uses: easingthemes/ssh-deploy@main
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.KEY }}
|
||||
REMOTE_HOST: ${{ secrets.HOST }}
|
||||
|
||||
Reference in New Issue
Block a user