Skip to content

Commit

Permalink
feat: hello
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Sep 10, 2024
1 parent c68270d commit 7e02289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pipeline {

stage('Deploy') {
steps {
sh 'kubectl config use-context prod'
sh 'kubectl config use-context user@prod.us-east-1.eksctl.io'
sh 'kubectl config current-context'
sh "kubectl set image deployment/flask-app flask-app=${IMAGE_TAG_RELEASE}"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</style>
</head>
<body>
<h1>Todo App: v9</h1>
<h1>Todo App: v10</h1>

<!-- Add Task Form -->
<form method="post">
Expand Down

0 comments on commit 7e02289

Please sign in to comment.