Skip to content

Commit

Permalink
changed message to relfect CICD pipeline integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergfeld committed Oct 11, 2024
1 parent 0c8416d commit 42f0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const client = new Pool({connectionString: dbconnection});

var databaseresults = '';
var port = process.env.PORT || 8080;
var message = process.env.MESSAGE || 'Hello new World';
var message = process.env.MESSAGE || 'Hello CI/CD World';
var renderPathPrefix = (
process.env.RENDER_PATH_PREFIX ?
'/' + process.env.RENDER_PATH_PREFIX.replace(/^[\\/]+/, '').replace(/[\\/]+$/, '') :
Expand Down

0 comments on commit 42f0dc1

Please sign in to comment.