Skip to content

Instantly share code, notes, and snippets.

@fraktalize
fraktalize / deployscript.sh
Created June 8, 2020 19:14
Deployscript for intializing file structure for shared CI hosting
mkdir -p {staging,production}/deploys
mkdir -p shared/{staging,production,uploads}
wget https://raw.githubusercontent.com/roots/bedrock/master/.env.example -O shared/staging/.env
wget https://raw.githubusercontent.com/roots/bedrock/master/.env.example -O shared/production/.env