Skip to content

Commit

Permalink
Merge pull request #46 from CS3219-AY2425S1/fix-deployment
Browse files Browse the repository at this point in the history
fix deployment
  • Loading branch information
guowei42 authored Nov 10, 2024
2 parents d78ac44 + 300c43f commit 8bd3f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-gateway-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--tag "${DOCKER_TAG_LATEST}" \
--build-arg GITHUB_SHA="${GITHUB_SHA}" \
--build-arg GITHUB_REF="${GITHUB_REF}" \
./server/${SERVICE}
./${SERVICE}
docker push "${DOCKER_TAG}"
docker push "${DOCKER_TAG_LATEST}"
Expand Down

0 comments on commit 8bd3f0d

Please sign in to comment.