From 28dc3dc69cff73691dde36033e16355e34359214 Mon Sep 17 00:00:00 2001 From: Padraic Renaghan Date: Mon, 12 Aug 2024 10:12:05 -0400 Subject: [PATCH] wip --- .github/workflows/04-todo-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/04-todo-deploy.yml b/.github/workflows/04-todo-deploy.yml index 3a7bbd7..62c7483 100644 --- a/.github/workflows/04-todo-deploy.yml +++ b/.github/workflows/04-todo-deploy.yml @@ -37,7 +37,7 @@ jobs: cache: 'gradle' - name: Build application - working-directory: application + working-directory: app run: ./gradlew build --stacktrace - name: Zip build reports @@ -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