Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
shrimali_clcloud
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
shrimali_cl_cloud
shrimali_clcloud
Commits
71af15d7
Commit
71af15d7
authored
Nov 04, 2022
by
D.M.S Senevirathna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
5ad5ea19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletion
+30
-1
.gitlab-ci.yml
.gitlab-ci.yml
+30
-1
No files found.
.gitlab-ci.yml
View file @
71af15d7
...
@@ -13,15 +13,28 @@ cache:
...
@@ -13,15 +13,28 @@ cache:
paths
:
paths
:
-
node_modules/
-
node_modules/
Test
:
before_script
:
-
npm install
stage
:
test
script
:
-
npm test
tags
:
-
aws, clcloud, linux
Build
:
Build
:
stage
:
build
stage
:
build
script
:
script
:
-
npm
install
-
npm
build
tags
:
tags
:
-
aws, clcloud, linux
-
aws, clcloud, linux
DEV Deployment
:
DEV Deployment
:
stage
:
deploy_dev
stage
:
deploy_dev
environment
:
name
:
development
url
:
https://example.com
when
:
manual
script
:
script
:
-
echo 'run dev deployment script'
-
echo 'run dev deployment script'
tags
:
tags
:
...
@@ -31,6 +44,10 @@ DEV Deployment:
...
@@ -31,6 +44,10 @@ DEV Deployment:
QA Deployment
:
QA Deployment
:
stage
:
deploy_qa
stage
:
deploy_qa
environment
:
name
:
development
url
:
https://example.com
when
:
manual
script
:
script
:
-
echo 'run qa deployment script'
-
echo 'run qa deployment script'
tags
:
tags
:
...
@@ -40,6 +57,10 @@ QA Deployment:
...
@@ -40,6 +57,10 @@ QA Deployment:
STG Deployment
:
STG Deployment
:
stage
:
deploy_stg
stage
:
deploy_stg
environment
:
name
:
development
url
:
https://example.com
when
:
manual
script
:
script
:
-
echo 'run dev deployment script'
-
echo 'run dev deployment script'
tags
:
tags
:
...
@@ -49,6 +70,10 @@ STG Deployment:
...
@@ -49,6 +70,10 @@ STG Deployment:
PERF Deployment
:
PERF Deployment
:
stage
:
deploy_perf
stage
:
deploy_perf
environment
:
name
:
development
url
:
https://example.com
when
:
manual
script
:
script
:
-
echo 'run dev deployment script'
-
echo 'run dev deployment script'
tags
:
tags
:
...
@@ -58,6 +83,10 @@ PERF Deployment:
...
@@ -58,6 +83,10 @@ PERF Deployment:
PRD Deployment
:
PRD Deployment
:
stage
:
deploy_prd
stage
:
deploy_prd
environment
:
name
:
development
url
:
https://example.com
when
:
manual
script
:
script
:
-
echo 'run prd deployment script'
-
echo 'run prd deployment script'
tags
:
tags
:
...
...
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