diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a833849..f9b4452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ name: Java CI/CD Pipeline on: push: branches: - - staging + - master jobs: build: name: Build diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 4176bef..14c2d28 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,5 +1,4 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/postgres -#spring.datasource.password= ${LOCAL_PASSWORD} spring.datasource.username= postgres spring.jpa.hibernate.ddl-auto=create spring.jpa.show-sql=true @@ -7,6 +6,4 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true - - -spring.datasource.password= nelwanfamily2004 \ No newline at end of file +spring.datasource.password= "local pass here" \ No newline at end of file