Skip to content

Commit

Permalink
ci/cd: yml파일 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jun 18, 2024
1 parent 89d9dc3 commit 916bbc4
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
script: |
cd /home/ubuntu/sunjoo-server-gateway
docker-compose down
git pull origin main
docker pull ${{ secrets.DOCKER_USERNAME }}/gateway:latest
docker-compose up -d --build
Binary file modified .gradle/8.8/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.8/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
Binary file added build/libs/gateway-0.0.1-SNAPSHOT-plain.jar
Binary file not shown.
Binary file added build/libs/gateway-0.0.1-SNAPSHOT.jar
Binary file not shown.
17 changes: 16 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,19 @@ services:
context: .
dockerfile: Dockerfile
ports:
- 9000:9000
- 9000:9000

drinktionary:
image: drinktionary:latest
expose:
- "8081"

auth:
image: auth:latest
expose:
- "8090"

# sentimentAnalysis:
# image: sentimentanalysis:latest
# expose:
# - "8091"

0 comments on commit 916bbc4

Please sign in to comment.