Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit ceb964d

Browse files
committedAug 1, 2023
Change deploy port
1 parent d8a9fb4 commit ceb964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
run: |-
6868
gcloud compute instances update-container "$GCE_INSTANCE" \
6969
--zone "$GCE_INSTANCE_ZONE" \
70-
--container-env "PORT=8080" \
70+
--container-env "PORT=80" \
7171
--container-image "$IMAGE_TAG"

0 commit comments

Comments
 (0)