-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
10 additions
and
3 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
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,8 +1,9 @@ | ||
name: Build and Deploy Cloud UI to Netlify | ||
on: | ||
create: | ||
push: | ||
tags: | ||
- "*" | ||
- "**" | ||
branches: | ||
- "main" | ||
- "release**" | ||
|
@@ -26,6 +27,8 @@ env: | |
|
||
jobs: | ||
build: | ||
# https://github.com/orgs/community/discussions/54860 | ||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || ( github.event_name == 'create' && startsWith(github.ref_name, 'release') ) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
|
@@ -64,7 +67,7 @@ jobs: | |
env: | ||
VITE_RILL_ADMIN_URL: https://admin.${{ env.DOMAIN }} | ||
|
||
- name: Deploy Cloud UI to Netlify | ||
- name: Deploy Cloud UI to Netlify ui.${{ env.DOMAIN }} | ||
uses: nwtgck/[email protected] | ||
with: | ||
publish-dir: ./web-admin/build | ||
|
3b8221e
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://ui.rilldata.in as production
🚀 Deployed on https://659d29c5968b569e83455258--rill-ui-dev.netlify.app
3b8221e
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://ui.rilldata.in as production
🚀 Deployed on https://659d2ab8968b569fec454d91--rill-ui-dev.netlify.app