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 9ece462 commit bcae4f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ 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 All @@ -76,4 +69,4 @@ jobs:
docker rm -f $(docker ps -qa)
docker rmi ${{ secrets.DOCKER_USERNAME }}/dailysteady
docker pull ${{ secrets.DOCKER_USERNAME }}/dailysteady
docker-compose up -d
docker-compose up -d

0 comments on commit bcae4f3

Please sign in to comment.