Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maplestarplayl authored Apr 6, 2024
1 parent 7be1d9f commit acc6b74
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,26 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
node-version: '18.x'
- name: Install rsync
run: sudo apt-get install rsync -y

- name: Install npm dependencies
run: npm install pnpm && pnpm i
version: 8
run_install: true

- name: pnpm i
run: pnpm i

# - name: Install rsync
# run: sudo apt-get install rsync -y

- name: Run build task
run: set process.env.CI=false && npx craco build

- name: Deploy to Server
uses: easingthemes/[email protected]
with:
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: root
SOURCE: /build
TARGET: /www/temp
# - name: Deploy to Server
# uses: easingthemes/[email protected]
# with:
# SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
# REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
# REMOTE_USER: root
# SOURCE: /build
# TARGET: /www/temp

0 comments on commit acc6b74

Please sign in to comment.