Skip to content

Commit

Permalink
Merge pull request #873 from adshares/develop
Browse files Browse the repository at this point in the history
Fix deploy script
  • Loading branch information
m-pilarczyk authored Apr 5, 2022
2 parents c2137c1 + ffcb1bf commit 19242d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-index-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
curl --max-time 10 -s -w '\n' "${ADSERVER_URL}/panel/placeholders?types[]=index-title&types[]=index-description&types[]=index-keywords&types[]=index-meta-tags&types[]=robots-txt" | node bin/build-index.js "$INDEX_TEMPLATE" "$INDEX_FILE_TEMPORARY" "$ROBOTS_FILE"

cd "$BUILD_DIRECTORY"
WILDCARDS=("inline.*.js" "polyfills.*.js" "styles.*.js" "vendor.bundle.js" "main.*.js")
WILDCARDS=("inline.*.js" "polyfills.*.js" "styles.*.js" "runtime.*.js" "main.*.js")
SCRIPTS=
for WILDCARD in "${WILDCARDS[@]}"
do
Expand Down

0 comments on commit 19242d0

Please sign in to comment.