forked from BLC/sgeUpdated
Update sgeupdated pipeline v3
a typo in docker names for front-end and back-end
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
cd sgeUpdated-backend
|
cd sgeUpdated-backend
|
||||||
mvn clean install
|
mvn clean install
|
||||||
cd ..
|
cd ..
|
||||||
docker compose up -d --build DockerFile
|
docker compose up -d --build Dockerfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- Frontend ---
|
# --- Frontend ---
|
||||||
@@ -50,5 +50,5 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
npm run build
|
npm run build
|
||||||
cd ..
|
cd ..
|
||||||
docker compose up -d --build DockerFile
|
docker compose up -d --build Dockerfile
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user