Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Angular Countries Assignment
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex Segers
Angular Countries Assignment
Commits
f8bc768a
Commit
f8bc768a
authored
Apr 27, 2021
by
Alex Segers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(
@asegers
) Add deployment config
parent
9ecf1fc0
Pipeline
#1618
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
angular.json
angular.json
+1
-1
package.json
package.json
+2
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
f8bc768a
image
:
node:8.12.0
pages
:
cache
:
paths
:
-
node_modules/
script
:
-
npm install -g @angular/cli@7.1.2
-
npm install
-
npm run buildProd
artifacts
:
paths
:
-
public
only
:
-
master
-
pages
angular.json
View file @
f8bc768a
...
...
@@ -16,7 +16,7 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"
dist/single-page-application
"
,
"outputPath"
:
"
public
"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"polyfills"
:
"src/polyfills.ts"
,
...
...
package.json
View file @
f8bc768a
...
...
@@ -7,7 +7,8 @@
"build"
:
"ng build"
,
"test"
:
"ng test"
,
"lint"
:
"ng lint"
,
"e2e"
:
"ng e2e"
"e2e"
:
"ng e2e"
,
"buildProd"
:
"ng build --base-href=/angular-countries-assignment/"
},
"private"
:
true
,
"dependencies"
:
{
...
...
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