From fdc9a17f46e54d493d3a9249ea983bc03cfe7dcb Mon Sep 17 00:00:00 2001
From: DarkSky <darksky2048@gmail.com>
Date: Thu, 4 Aug 2022 17:13:24 +0800
Subject: [PATCH] chore: file copy

---
 .github/deployment/Dockerfile-affine | 2 +-
 .github/deployment/Dockerfile-lisa   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/deployment/Dockerfile-affine b/.github/deployment/Dockerfile-affine
index 09524b335b..46a46233f2 100644
--- a/.github/deployment/Dockerfile-affine
+++ b/.github/deployment/Dockerfile-affine
@@ -7,7 +7,7 @@ RUN npm i -g pnpm@7 && pnpm i --frozen-lockfile --store=node_modules/.pnpm-store
 FROM node:16-alpine as relocate
 WORKDIR /app
 COPY --from=builder /app/dist/apps/ligo-virgo ./dist
-COPY --from=builder /app/.github/deployment/Caddyfile-affine ./
+COPY --from=builder /app/.github/deployment/Caddyfile-affine ./Caddyfile
 RUN rm ./dist/*.txt
 
 # =============
diff --git a/.github/deployment/Dockerfile-lisa b/.github/deployment/Dockerfile-lisa
index 413cb625fa..471e4d0d48 100644
--- a/.github/deployment/Dockerfile-lisa
+++ b/.github/deployment/Dockerfile-lisa
@@ -7,7 +7,7 @@ RUN npm i -g pnpm@7 && pnpm i --frozen-lockfile --store=node_modules/.pnpm-store
 FROM node:16-alpine as relocate
 WORKDIR /app
 COPY --from=builder /app/dist/apps/ligo-virgo ./dist
-COPY --from=builder /app/.github/deployment/Caddyfile-lisa ./
+COPY --from=builder /app/.github/deployment/Caddyfile-lisa ./Caddyfile
 RUN rm ./dist/*.txt
 
 # =============