-
-
Notifications
You must be signed in to change notification settings - Fork 170
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 #263 from AnalogJ/beta
- Loading branch information
Showing
108 changed files
with
15,471 additions
and
178 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 |
---|---|---|
|
@@ -15,13 +15,15 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
ref: ${{github.event.release.tag_name}} | ||
- name: "Generate frontend version information" | ||
run: "cd webapp/frontend && ./git.version.sh" | ||
- name: Build Frontend | ||
run: | | ||
cd webapp/frontend | ||
npm install -g @angular/[email protected] | ||
npm install | ||
mkdir -p dist | ||
ng build --output-path=dist --deploy-url="/web/" --base-href="/web/" --prod | ||
npm run build:prod -- --output-path=dist | ||
tar -czf scrutiny-web-frontend.tar.gz dist | ||
- name: Upload Frontend Asset | ||
id: upload-release-asset3 | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ COPY webapp/frontend /opt/scrutiny/src | |
RUN npm install -g @angular/[email protected] && \ | ||
mkdir -p /scrutiny/dist && \ | ||
npm install && \ | ||
ng build --output-path=/opt/scrutiny/dist --prod | ||
npm run build:prod -- --output-path=/opt/scrutiny/dist | ||
|
||
|
||
######## | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ COPY webapp/frontend /opt/scrutiny/src | |
RUN npm install -g @angular/[email protected] && \ | ||
mkdir -p /opt/scrutiny/dist && \ | ||
npm install && \ | ||
ng build --output-path=/opt/scrutiny/dist --prod | ||
npm run build:prod -- --output-path=/opt/scrutiny/dist | ||
|
||
|
||
######## | ||
|
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.