-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1287 from qdraw/feature/202311_vite_build_pipeline
Feature/202311 vite build pipeline
- Loading branch information
Showing
11 changed files
with
16,339 additions
and
2,208 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: auto clientapp create react app upgrade | ||
name: Auto Client App create Vite upgrade | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -18,13 +18,13 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
check-latest: true | ||
|
||
- name: 'Update clientapp' | ||
id: clientapp_create_react_app_update | ||
id: clientapp_vite_app_update | ||
working-directory: ./starsky-tools/build-tools | ||
run: npm run clientapp-create-react-app-update | ||
run: npm run clientapp-vite-app-update | ||
|
||
- shell: bash | ||
working-directory: ./starsky | ||
|
@@ -52,21 +52,21 @@ jobs: | |
signoff: false | ||
add-paths: | | ||
* | ||
branch: feature/auto_clientapp_create_react_app_update | ||
branch: feature/auto_clientapp_vite_app_update | ||
delete-branch: true | ||
title: 'Client App - Create React App - Upgrade dependencies' | ||
title: 'Client App - Vite - Upgrade dependencies' | ||
body: | | ||
## Upgrade Client App to the lastest version | ||
## Upgrade Client App to the latest version | ||
- todo: test! | ||
labels: | | ||
dependencies | ||
draft: false | ||
|
||
- name: Merge current branch into -> auto_clientapp_create_react_app_update | ||
- name: Merge current branch into -> auto_clientapp_vite_app_update | ||
uses: everlytic/[email protected] | ||
if: github.event_name == 'workflow_dispatch' && steps.files_changed.outputs.CHANGED == 'true' | ||
with: | ||
github_token: ${{ secrets.WORKFLOW_GITHUB }} | ||
source_ref: 'master' | ||
target_branch: feature/auto_clientapp_create_react_app_update | ||
target_branch: feature/auto_clientapp_vite_app_update | ||
commit_message_template: '[Automated] Merged {source_ref} into target {target_branch}' |
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
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
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.
f3a235a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://starskyapp.netlify.app as production
🚀 Deployed on https://6555ecc1926b3666993b7e26--starskyapp.netlify.app