-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
1,464 additions
and
658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#name: Deploy | ||
#on: | ||
# push: | ||
# branches: ['main'] | ||
#jobs: | ||
# deploy: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout code | ||
# uses: actions/checkout@v4 | ||
# | ||
# - name: Install Node.js | ||
# uses: actions/setup-node@v4 | ||
# with: | ||
# node-version: '20.x' | ||
# | ||
# - name: Install Dependencies | ||
# run: | | ||
# npm i | ||
# | ||
# - name: Run Check | ||
# run: | | ||
# npm run build | ||
# | ||
# - uses: actions/checkout@v4 | ||
# - name: Deploy | ||
# uses: zcloud-ws/zcloud-deploy-action@main | ||
# with: | ||
# # Add your ZCLOUD_USER_TOKEN to your repository secrets | ||
# user-token: ${{ secrets.ZCLOUD_USER_TOKEN }} | ||
# env: "your-app-env-name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.