Skip to content

Commit

Permalink
deployment on branch develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiBaum committed Jul 18, 2024
1 parent 0f83882 commit 76d5a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Publish

# TODO Remove develop
on:
push:
branches:
- master
- develop

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ class RoutesConfiguration (private val authenticationFilter: AuthenticationFilte
route {
host("michibaum.ch")
filters {
authenticationFilter
AuthorizationPreFilter()

}
uri("lb://website-service")
}
Expand Down

0 comments on commit 76d5a54

Please sign in to comment.