Update 'csccp.js'

This commit is contained in:
Shahan Nedadahandeh 2022-06-18 15:40:54 -04:00
parent 19acbc7bad
commit 46e890637d
1 changed files with 3 additions and 2 deletions

View File

@ -29,8 +29,9 @@ app.get('/cscclassprofilestaging', async (req, res) => {
// command for generating deplyoment template
//await call(`kubectl create deployment ${name} --image ${image} --port=80 -o yaml --dry-run > test.yaml`);
// command for generating deployment template
//await call(`kubectl create deployment ${name} --image ${image} --port=80 -o yaml --dry-run > template.yaml`);
console.log(`${(new Date()).toUTCString()} - Doing deploy for for branch: ${req.query.ref}`);
// try deleting incase it already exists