Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

{
"extends": [
"airbnb",
"prettier",
"prettier/react"
],
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 8,
"ecmaFeatures": {
@ferrucc-io
ferrucc-io / blockstack.txt
Created November 3, 2018 13:50
blockstack.txt
Verifying my Blockstack ID is secured with the address 1Jg5M4YKafCSauHoKG9rUN2bP8vNcB4WtG https://explorer.blockstack.org/address/1Jg5M4YKafCSauHoKG9rUN2bP8vNcB4WtG
@ferrucc-io
ferrucc-io / deploy.sh
Last active October 8, 2018 21:33
Turn your VPS into Heroku - Auto deploy on commit to master
#!/bin/bash
app=magehash
# worker=$app.worker # add workers if you have them
deploy_to="/home/deploy/$app/app"
timestamp=$(date "+%Y%m%d%H%M%S")
releases="/home/deploy/$app/releases"
while read oldrev newrev ref
do