Skip to content

Commit

Permalink
fix(ci): add CNAME copy
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Feb 19, 2024
1 parent 1e8670b commit 3c2bc25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/_ci/deploy-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ else
node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build
fi

cp -rf ${ROOT_DIR}/CNAME ${DIST_DIR}/CNAME

cp -f ${DIST_DIR}/browser/index.html ${DIST_DIR}/browser/404.html

echo "Finished"

0 comments on commit 3c2bc25

Please sign in to comment.