Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prenagha committed Aug 12, 2024
1 parent 1946540 commit 28dc3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/04-todo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache: 'gradle'

- name: Build application
working-directory: application
working-directory: app
run: ./gradlew build --stacktrace

- name: Zip build reports
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
timeout-minutes: 15
if: ${{ false }} # disabled for now as we ran out of AWS credits
# if: github.ref == 'refs/heads/main' || contains(github.event.head_commit.message, 'DEPLOY NOW')
concurrency: todo-application-deployment
concurrency: todo-app-deploy
steps:

- name: Checkout code
Expand Down

0 comments on commit 28dc3dc

Please sign in to comment.