Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/disaster-tab' into dev-check
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 22, 2023
2 parents 2a2df58 + 264ee9d commit c03cf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: 🐧 create application.yml
run: |
mkdir ./src/main/resources
mkdir -p ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.PROPERTIES_PROD }}" | base64 --decode > ./application.yml
Expand Down

0 comments on commit c03cf29

Please sign in to comment.