Skip to content

Commit c98d2f5

Browse files
committed
Fix yaml typo and repdeploy front end to GCP
1 parent 40994e2 commit c98d2f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd server
3636
npm test --if-present
3737
# backend image
38-
backend-docker-image:
38+
docker-image:
3939
needs: build-test
4040
runs-on: ubuntu-latest
4141

@@ -111,7 +111,7 @@ jobs:
111111
docker push $FRONTEND_IMAGE_ID:latest
112112
113113
# backend cloud deployment
114-
deploy-gcp-backend:
114+
deploy-gcp:
115115
needs: docker-image
116116
runs-on: ubuntu-latest
117117
permissions:

0 commit comments

Comments
 (0)