Skip to content

Commit

Permalink
gaytub
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Mar 4, 2024
1 parent 3a062b7 commit d0a3ce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-vps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
steps:
- name: Update
uses: appleboy/[email protected]
env:
NODE_OPTIONS: "--max-old-space-size=8192"
with:
host: ${{ secrets.HOST }}
username: root
password: ${{ secrets.PASSWORD }}
port: 22
script: |
export NODE_OPTIONS=--max-old-space-size=8192
cd /var/www/anycode-docs
git pull
pnpm i
Expand Down

0 comments on commit d0a3ce8

Please sign in to comment.