Skip to content

Commit

Permalink
Merge pull request #383 from jdubois/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois authored Feb 20, 2023
2 parents 3115c12 + c50d827 commit 574a2f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
uses: google-github-actions/setup-gcloud@v1
with:
version: '418.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}

# Authenticate and push docker image to Artifact registry
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhonline",
"version": "2.18.2",
"version": "2.18.3",
"description": "JHipster Online is the best place to generate JHipster applications, with no installation required!",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.jhipster.online</groupId>
<artifactId>jhonline</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
<packaging>war</packaging>
<name>Jhonline</name>

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ spring:
password:
thymeleaf:
cache: true
prefix: classpath:/templates

# ===================================================================
# To enable TLS in production, generate a certificate using:
Expand Down

0 comments on commit 574a2f1

Please sign in to comment.