Skip to content

Commit

Permalink
Merge pull request #6 from Bhutan-NDI/pipeline-implementation
Browse files Browse the repository at this point in the history
pipeline changes
  • Loading branch information
Sheetal-ayanworks authored Apr 17, 2024
2 parents 391adb9 + 8681428 commit 5fcc5ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prod-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down
2 changes: 1 addition & 1 deletion stage-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down
2 changes: 1 addition & 1 deletion taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down

0 comments on commit 5fcc5ba

Please sign in to comment.