Skip to content

Commit

Permalink
Merge pull request #3 from terdenan/terdenan/add-github-actions
Browse files Browse the repository at this point in the history
fixed config
  • Loading branch information
terdenan committed Mar 9, 2024
2 parents fde7295 + 23ddee6 commit 293020d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
docker rm $CONTAINER_NAME
# Run a new container from a new image
docker run -d -p 50051:50051 --name $CONTAINER_NAME -t $REGISTRY/$IMAGE_NAME:$TAG_NAME
docker run -d -p 50052:50051 --name $CONTAINER_NAME -e GRPC_HOST=0.0.0.0 -e GRPC_PORT=50051 -t $REGISTRY/$IMAGE_NAME:$TAG_NAME
4 changes: 1 addition & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Go

on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]

Expand Down Expand Up @@ -64,4 +62,4 @@ jobs:
# skip-build-cache: true

# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
# install-mode: "goinstall"
# install-mode: "goinstall"

0 comments on commit 293020d

Please sign in to comment.