Skip to content

Instantly share code, notes, and snippets.

@jason-dark
Created September 8, 2018 11:16
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jason-dark/eb347735ceed2db2fbeb49212fb5d964 to your computer and use it in GitHub Desktop.
Save jason-dark/eb347735ceed2db2fbeb49212fb5d964 to your computer and use it in GitHub Desktop.
#!/bin/sh
DIR=/home/username/hosting/public
URL=http://your-webflow-site.webflow.io/
cd $DIR
wget $URL --recursive --page-requisites --html-extension --convert-links -xnH -e robots=off
firebase deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment