From 41bf9f482fd34da4a7ee8ffefaa294f7f5d04e4e Mon Sep 17 00:00:00 2001 From: Jakin Rogel Date: Sat, 6 Apr 2024 18:07:50 -0700 Subject: [PATCH] deploy --- .github/workflows/deploy.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64eacb9..ba119b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,12 @@ +name: Deploy to Google App Engine + +on: + push: + branches: + - main + jobs: - build: + deploy: runs-on: ubuntu-latest steps: - name: Checkout code @@ -21,4 +28,3 @@ jobs: - name: Build and deploy with Maven run: mvn clean package appengine:deploy - \ No newline at end of file