Skip to content

Commit

Permalink
chore(frontend): change destination directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibov committed Dec 4, 2023
1 parent 892b758 commit 143a738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy

on:
push:
branches:
- master
# branches:
# - master

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 143a738

Please sign in to comment.