Skip to content

Commit

Permalink
cicd(fix): fix curfu path (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Aug 12, 2024
1 parent 265c80f commit ba2699b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ebextensions/01_build.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ container_commands:
command: "yarn --cwd client build"

03_mv_client:
test: test ! -d "server/curfu/build"
command: "cp -R client/build server/curfu/build"
test: test ! -d "server/src/curfu/build"
command: "cp -R client/build server/src/curfu/build"

0 comments on commit ba2699b

Please sign in to comment.