Skip to content

Update main.yml

Update main.yml #96

Workflow file for this run

name: CICD
on:
push:
branches:
- release
merge_group:
branches:
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8
run_install: true
# - name: Install rsync
# run: sudo apt-get install rsync -y
- name: Run build task
env:
CI: false
run: 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