Skip to content

Commit

Permalink
Merge pull request #35 from GSC-2024-Hongik-Team-6/DamWon-KIM-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
alsrudursla authored Feb 22, 2024
2 parents 508a030 + cbf16ab commit f6807c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# safety-server
GDSC Solution Challenge Server Repository


## 🛳Server Deoplyment Process

Local : Docker Image Making

1. jar build : ```gradle build```

2. image creation : ```docker build -t userAccountName/repositoryName ./```

3. push to Docker hub : using Docker Desktop

Server : Deploy through CI/CD using GithubActions

0 comments on commit f6807c5

Please sign in to comment.