Skip to content

Commit 40994e2

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 3 additions & 3 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-
docker-image:
38+
backend-docker-image:
3939
needs: build-test
4040
runs-on: ubuntu-latest
4141

@@ -101,7 +101,7 @@ jobs:
101101
VERSION=${{ github.sha }}
102102
103103
echo "FRONTEND_IMAGE_ID=$IMAGE_ID" >> $GITHUB_ENV
104-
echo "FRONTEND_VERSION=$VERSION >> $GITHUB_ENV
104+
echo "FRONTEND_VERSION=$VERSION" >> $GITHUB_ENV
105105
106106
docker build -f Dockerfile.frontend -t $IMAGE_ID:VERSION -t $IMAGE_ID:latest .
107107
@@ -111,7 +111,7 @@ jobs:
111111
docker push $FRONTEND_IMAGE_ID:latest
112112
113113
# backend cloud deployment
114-
deploy-gcp:
114+
deploy-gcp-backend:
115115
needs: docker-image
116116
runs-on: ubuntu-latest
117117
permissions:

0 commit comments

Comments
 (0)