Merge pull request 'bugfix/main-09-RemoveVersion' (#10) from bugfix/main-09-RemoveVersion into main
All checks were successful
Espetos-CD-Multibranch/pipeline/head This commit looks good
All checks were successful
Espetos-CD-Multibranch/pipeline/head This commit looks good
Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -113,7 +113,7 @@ pipeline {
|
||||
echo "BACKEND_TAG=${BUILD_NUMBER}" > .env
|
||||
echo "FRONTEND_TAG=${BUILD_NUMBER}" >> .env
|
||||
|
||||
docker compose up -d
|
||||
docker-compose up -d
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user