Skip to content

Commit

Permalink
feat(ci/cd):add (ci/cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
OOrangeeee committed Oct 14, 2024
1 parent 61ce6d8 commit 3d2cd4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.22-alpine as builder
RUN apk --no-cache add ca-certificates sshpass tzdata
# 设置工作目录
WORKDIR /app
COPY . .
COPY deployments .
# 下载所有依赖项
RUN go mod download
# 构建应用程序
Expand Down
1 change: 0 additions & 1 deletion deployments/description.txt

This file was deleted.

0 comments on commit 3d2cd4a

Please sign in to comment.