Skip to content

Commit

Permalink
🚀 deploy config update
Browse files Browse the repository at this point in the history
Related:
  • Loading branch information
L-U-Ready committed Nov 6, 2024
1 parent ad736ca commit d9197f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Build and push Docker image with JIB
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: ./gradlew jib -Djib.to.auth.username=$DOCKER_USERNAME -Djib.to.auth.password=$DOCKER_PASSWORD \
-Djib.to.image=$DOCKER_USERNAME/learnmate:latest
run: ./gradlew jib -Djib.to.auth.username=$DOCKER_USERNAME -Djib.to.auth.password=$DOCKER_PASSWORD -Djib.to.image=$DOCKER_USERNAME/learnmate:latest

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9197f8

Please sign in to comment.