Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6ad39f1

Browse files
committed
fix: packer copy target
1 parent 2b08e3e commit 6ad39f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/dev/packer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
mkdir "${PACKER_TMP_DIR}"
1515

1616
echo "[Step 2/${TOTAL_STEPS}] cp files to ${PACKER_TMP_DIR} ..."
17-
cp -rf pages lang containers components services stores config static utils .babelrc next-seo.config.js server.js "${PACKER_TMP_DIR}"
17+
cp -rf pages lang src config static utils .babelrc next-seo.config.js server.js "${PACKER_TMP_DIR}"
1818
cp Makefile Makefile.include.mk "${PACKER_TMP_DIR}"
1919
cp package.docker.json "${PACKER_TMP_DIR}/package.json"
2020
cp next.config.docker.js "${PACKER_TMP_DIR}/next.config.js"

deploy/production/packer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
mkdir "${PACKER_TMP_DIR}"
1515

1616
echo "[Step 2/${TOTAL_STEPS}] cp files to ${PACKER_TMP_DIR} ..."
17-
cp -rf pages lang containers components services stores config static utils .babelrc next-seo.config.js server.js "${PACKER_TMP_DIR}"
17+
cp -rf pages lang src config static utils .babelrc next-seo.config.js server.js "${PACKER_TMP_DIR}"
1818
cp Makefile Makefile.include.mk "${PACKER_TMP_DIR}"
1919
cp package.docker.json "${PACKER_TMP_DIR}/package.json"
2020
cp next.config.docker.js "${PACKER_TMP_DIR}/next.config.js"

0 commit comments

Comments
 (0)