Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2ming00 authored Sep 5, 2024
1 parent b14a1e7 commit 0e9d273
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
spring.datasource.username: ${{ secrets.DB_USERNAME }}
spring.datasource.password: ${{ sercrets.DB_PASSWORD }}

ai.server.endpoint: ${{ AI_SERVER_ENDPOINT }}
ai.server.endpoint: ${{ sercrets.AI_SERVER_ENDPOINT }}

server.domain: ${{ SERVER_DOMAIN }}
server.domain: ${{ sercrets.SERVER_DOMAIN }}

- name: Build with Gradle
run: ./gradlew clean build -x test
Expand All @@ -43,7 +43,6 @@ jobs:
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
docker build -t ${{ secrets.DOCKER_USERNAME }}/flight-backend .
docker push ${{ secrets.DOCKER_USERNAME }}/flight-backend
deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 0e9d273

Please sign in to comment.