Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 23, 2024
2 parents ceb7729 + 3c2acce commit 261c0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: server CI/CD Pipeline

on:
push:
paths:
paths:
- "server/**"
branches:
- main
Expand Down Expand Up @@ -59,6 +59,3 @@ jobs:
cd /home/patturning1/deployment
sudo docker build -t swdc-app .
sudo docker run -d -p 8080:8080 --name swdc-container -v /mnt:/mnt swdc-app

3 changes: 2 additions & 1 deletion server/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rootProject.name = 'swdc'
rootProject.name = 'swdc'

0 comments on commit 261c0fe

Please sign in to comment.