Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil authored Dec 4, 2023
1 parent bcae4f3 commit a0f5420
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
echo "${{ secrets.APPLICATION_YML_DEV }}" | base64 --decode > ./application.yml
shell: bash

- name: Make 'keystore.p12'
run: |
cd ./src/main/resources
touch ./keystore.p12
echo "${{ secrets.KEYSTORE }}" | base64 --decode > ./keystore.p12
shell: bash

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit a0f5420

Please sign in to comment.