This commit is contained in:
Administrator
2024-05-10 10:46:11 +08:00
parent e9c00ea1d2
commit a2b10d1adb
2 changed files with 4 additions and 11 deletions

View File

@@ -8,9 +8,10 @@ build:
stage: build
script:
- mvn clean package
- sudo docker build -t library ./library
- sudo docker build -t gateway ./gateway
deploy:
stage: deploy
script:
- whoami
- sudo docker-compose up -d