Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
JakinRogel committed Apr 7, 2024
1 parent 7ec1bcb commit 4fee6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Google Cloud
name: Update Google Cloud App

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Activate service account credentials
run: gcloud auth activate-service-account --key-file="$HOME/gcp-key.json"

- name: Change directory and deploy
- name: Deploy to Google Cloud
run: |
cd milestone-1
mvn clean package appengine:deploy

0 comments on commit 4fee6c9

Please sign in to comment.