Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 authored Jan 18, 2025
1 parent 53e10b8 commit 06b55c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
SPRING_DATASOURCE_URL: ${{ secrets.SPRING_DATASOURCE_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ISSUER: ${{ secrets.ISSUER }}
API_SECURITY_ISSUER: ${{ secrets.API_SECURITY_ISSUER }}
API_SECURITY_TOKEN_SECRET: ${{ secrets.API_SECURITY_TOKEN_SECRET }}
run: |
docker-compose -f docker-compose.build.yml build
docker-compose -f docker-compose.build.yml push
Expand All @@ -61,6 +63,8 @@ jobs:
SPRING_DATASOURCE_URL: ${{ secrets.SPRING_DATASOURCE_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ISSUER: ${{ secrets.ISSUER }}
API_SECURITY_ISSUER: ${{ secrets.API_SECURITY_ISSUER }}
API_SECURITY_TOKEN_SECRET: ${{ secrets.API_SECURITY_TOKEN_SECRET }}
run: |
docker-compose pull
docker-compose up -d
Expand Down

0 comments on commit 06b55c5

Please sign in to comment.