Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
8ead6ae7
Commit
8ead6ae7
authored
Mar 14, 2022
by
El Mghazli Yacine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
6e915cd6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
50 deletions
+7
-50
ngx/.gitlab-ci.yml
ngx/.gitlab-ci.yml
+0
-43
ngx/README.md
ngx/README.md
+1
-1
ngx/package-lock.json
ngx/package-lock.json
+3
-3
ngx/package.json
ngx/package.json
+1
-1
ngx/src/index.html
ngx/src/index.html
+2
-2
No files found.
ngx/.gitlab-ci.yml
View file @
8ead6ae7
...
...
@@ -2,7 +2,6 @@ stages:
-
install
-
build
-
publish
-
deploy
variables
:
TRION_CLI_VERSION
:
12.2.4
...
...
@@ -63,45 +62,3 @@ on-gitlab:
only
:
-
dev
-
master
on-heroku
:
stage
:
publish
dependencies
:
-
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
before_script
:
-
mkdir -p /kaniko/.docker
-
echo "{\"auths\":{\"registry.heroku.com\":{\"username\":\"_\",\"password\":\"$HEROKU_API_KEY\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile Dockerfile --destination registry.heroku.com/$HEROKU_APP_NAME/web
only
:
-
dev
herokuapp
:
stage
:
deploy
image
:
node:lts-alpine
before_script
:
-
apk update && apk add curl bash
-
rm -rf /var/cache/apk/*
-
curl https://cli-assets.heroku.com/install.sh | sh
script
:
-
heroku container:release web --app $HEROKU_APP_NAME
environment
:
name
:
heroku-dev
url
:
https://lsdngx.herokuapp.com
only
:
-
dev
on-gke
:
stage
:
deploy
image
:
alpine/k8s:1.20.7
script
:
-
kubectl config use-context lsd5/k8s:gke-agent
-
kubectl apply -f k8s/manifest.yaml --namespace=$NAMESPACE
environment
:
name
:
gke-master
url
:
https://lsd.nutridata.io
only
:
-
master
ngx/README.md
View file @
8ead6ae7
#
LsdN
gx
#
n
gx
ngx/package-lock.json
View file @
8ead6ae7
{
"name": "
lsd
ngx",
"name": "ngx",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "
lsd
ngx",
"name": "ngx",
"version": "2.0.0",
"dependencies": {
"@angular/animations": "~13.2.6",
...
...
@@ -34399,4 +34399,4 @@
}
}
}
}
}
\ No newline at end of file
ngx/package.json
View file @
8ead6ae7
{
"name"
:
"
lsd
ngx"
,
"name"
:
"ngx"
,
"version"
:
"2.0.0"
,
"scripts"
:
{
"lint"
:
"ng lint"
,
...
...
ngx/src/index.html
View file @
8ead6ae7
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
LsdN
gx
</title>
<title>
n
gx
</title>
<base
href=
"/"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
/>
...
...
@@ -15,4 +15,4 @@
<app-root></app-root>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment