Skip to content

Commit

Permalink
testing5
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 3fd4012 commit d10e4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
ls -la
ls -la .git
.github/workflows/test-symlink
# .github/workflows/test-symlink


deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN go mod download

# Copy the rest of the code and build the binary
COPY . .
RUN go build -o ./build/mensatt ./cmd/mensatt
RUN go build -buildvcs=true -o ./build/mensatt ./cmd/mensatt

FROM alpine:3.19 as prod

Expand Down

0 comments on commit d10e4c4

Please sign in to comment.