added jenkins deployment
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,6 +5,8 @@ pipeline {
|
||||
// Tag images with the build number so they are unique
|
||||
FRONTEND_IMAGE = "chore-app-backend:${env.BUILD_ID}"
|
||||
BACKEND_IMAGE = "chore-app-frontend:${env.BUILD_ID}"
|
||||
VUE_CONTAINER_NAME = "chore-app-frontend"
|
||||
FLASK_CONTAINER_NAME = "chore-app-backend"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user