Skip to content

Commit

Permalink
feature/swagger-added
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Sep 6, 2024
1 parent 6141aa0 commit 4f66734
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
script: |
set +e
rm /root/microservices/auth-provider-application/src/main/resources/security/privkey.pem
/root/microservices/auth-provider-application/src/main/resources/security/pubkey.pem
rm /root/microservices/auth-provider-application/src/main/resources/security/pubkey.pem
set -e
cp /root/secrets/certificates/privkey.pem /root/microservices/auth-provider-application/src/main/resources/security/
cp /root/secrets/certificates/pubkey.pem /root/microservices/auth-provider-application/src/main/resources/security/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
src/main/resources/security/privkey.pem
src/main/resources/security/pubkey.pem
src/main/resources/security/**

### STS ###
Expand Down
52 changes: 0 additions & 52 deletions src/main/resources/security/privkey.pem

This file was deleted.

14 changes: 0 additions & 14 deletions src/main/resources/security/pubkey.pem

This file was deleted.

0 comments on commit 4f66734

Please sign in to comment.