Skip to content

Commit b06c159

Browse files
committed
Unindent EOF
1 parent 22f5610 commit b06c159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
docker build -t ${{ env.IMAGE_NAME }} .
5656
5757
echo "Starting new container..."
58-
echo "Listening on port ${{ env.HOST_PORT }}"
5958
docker run -d --name ${{ env.CONTAINER_NAME }} \
6059
-p ${{ env.HOST_PORT }}:8000 \
6160
-v ./.env:/app/.env \
6261
${{ env.IMAGE_NAME }}
63-
EOF
62+
EOF

0 commit comments

Comments
 (0)