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 ef67cd2 commit 6141aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
rm /root/microservices/auth-provider-application/src/main/resources/security/privkey.pem
/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
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/
- name: Generating Docker Image for Bloggios
uses: appleboy/ssh-action@master
Expand All @@ -81,6 +81,8 @@ jobs:
script: |
cd /root/microservices/auth-provider-application
git stash
git pull origin main
git stash pop
git fetch origin main && git reset --hard FETCH_HEAD
chmod +x mvnw
./mvnw clean package
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
src/main/resources/security/**

### STS ###
.apt_generated
Expand Down

0 comments on commit 6141aa0

Please sign in to comment.