Skip to content

Commit

Permalink
old route with blog.flotiq.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Niemcewicz committed Jan 4, 2024
1 parent 2a72caa commit 61dbe35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
sed -i 's+zone_id = '\'\''+zone_id = '"'"$ZONE_ID"'"'+g' wrangler.toml
sed -i 's+workers_dev = true++g' wrangler.toml
echo "[env.production]" >> wrangler.toml
echo "routes = [{ pattern = 'blog.flotiq.com', custom_domain = true }]" >> wrangler.toml
echo "route = 'blog.flotiq.com/*'" >> wrangler.toml
echo 'zone_id = '"'"$ZONE_ID"'" >> wrangler.toml
mkdir -p /home/runner/.wrangler/config/
echo api_token = '"'"$API_TOKEN"'"' > /home/runner/.wrangler/config/default.toml
cat wrangler.toml
Expand Down

0 comments on commit 61dbe35

Please sign in to comment.