generated from Luis/nextjs-python-web-template
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
102e38988c | ||
|
|
4e7c44eeb5 | ||
|
|
3238cdf36d | ||
|
|
1abbc383ec |
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
stages:
|
||||||
|
- release
|
||||||
|
|
||||||
|
release:
|
||||||
|
stage: release
|
||||||
|
script:
|
||||||
|
- set -x
|
||||||
|
- ./service-aware-network-front-end/pkgs/clan-cli/push_docker.sh
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
tags:
|
||||||
|
- ea
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{ fetchzip }:
|
{ fetchzip }:
|
||||||
fetchzip {
|
fetchzip {
|
||||||
url = "https://gitea.gchq.icu/api/packages/IoSL/generic/IoSL-service-aware-frontend/13qyzj0bsymg7ccsa049g5vp9a9pwgd6dca7nil8cky6xsh9b2k9/assets.tar.gz";
|
url = "https://gitea.gchq.icu/api/packages/IoSL/generic/IoSL-service-aware-frontend/15svaig548jz1l8qsiqcycmw3hkb4805rb08mwlv2isxxshrj9ij/assets.tar.gz";
|
||||||
sha256 = "13qyzj0bsymg7ccsa049g5vp9a9pwgd6dca7nil8cky6xsh9b2k9";
|
sha256 = "15svaig548jz1l8qsiqcycmw3hkb4805rb08mwlv2isxxshrj9ij";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import BuildIcon from "@mui/icons-material/Build";
|
|||||||
|
|
||||||
export const projectConfig: any = {
|
export const projectConfig: any = {
|
||||||
BASE_URL: "http://localhost:2979/api/v1",
|
BASE_URL: "http://localhost:2979/api/v1",
|
||||||
REFRESH_FREQUENCY: 2000,
|
REFRESH_FREQUENCY: 5000,
|
||||||
GROUPS: [
|
GROUPS: [
|
||||||
{
|
{
|
||||||
groupName: "Attachement",
|
groupName: "Attachement",
|
||||||
|
|||||||
Reference in New Issue
Block a user