Skip to content

Commit 2c979f4

Browse files
authored
Merge pull request #139 from Sellio-Squad/chroe/update-deploy
Chroe/update deploy
2 parents b25f6b3 + a26c1f7 commit 2c979f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Server
33
on:
44
push:
55
branches:
6-
- deployment
6+
- development
77

88
jobs:
99
deploy:

src/main/kotlin/org/shangahi/sellio_backend/SellioBackendApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.springframework.scheduling.annotation.EnableScheduling
66

77
@EnableScheduling
88
@SpringBootApplication
9-
class SellioBackendApplication
9+
class SellioBackendApplication
1010

1111
fun main(args: Array<String>) {
1212
runApplication<SellioBackendApplication>(*args)

0 commit comments

Comments
 (0)