From 143a7381f8c737b70a8a2116b19e1afedc760357 Mon Sep 17 00:00:00 2001 From: Adibov Date: Mon, 4 Dec 2023 23:49:10 +0330 Subject: [PATCH] chore(frontend): change destination directory --- .github/workflows/deploy.yaml | 4 ++-- frontend/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aaa1e9c..b7ccc14 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,8 +2,8 @@ name: Deploy on: push: - branches: - - master +# branches: +# - master jobs: build-and-push: diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ad7ac2e..7c79fc6 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -12,4 +12,4 @@ FROM alpine:3.17.6 AS production WORKDIR /run COPY --from=build /run/dist /dist -CMD cp -r /dist /run/dist +CMD cp -r /dist /run