mirror of
https://github.com/vale981/dato-cms-deploy-demo
synced 2025-03-04 08:51:41 -05:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
mkdir -p dist
|
|
|
|
token=$CONTENTFUL_TOKEN
|
|
sed -e "s/%CONTENTFUL_TOKEN%/$token/" index.template > dist/index.html
|