Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 17, 2024
1 parent ba48a15 commit 5fff7c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/backend_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Go to backend folder
run: cd backend
- name: Run build with Gradle Wrapper
run: ./gradlew publishImage
run: cd backend && ./gradlew publishImage

0 comments on commit 5fff7c4

Please sign in to comment.