Fix (temporarily) now aka vercel

This commit is contained in:
StefMa
2021-02-11 14:11:45 +01:00
parent bd7401ae8c
commit 69b83ea67b

View File

@@ -64,7 +64,7 @@ jobs:
if [ $CIRCLE_BRANCH == "master" ]; then
URL=hugo-fresh
fi
sed -i "s,http://something-fresh.org,https://${URL}.now.sh,g" config.yaml
sed -i "s,http://something-fresh.org,https://${URL}.vercel.app,g" config.yaml
cat config.yaml
- run: