Skip to content

Instantly share code, notes, and snippets.

@sempostma
Created July 22, 2019 10:40
Show Gist options
  • Save sempostma/2f4c4315545293ba95ca16291e3f838d to your computer and use it in GitHub Desktop.
Save sempostma/2f4c4315545293ba95ca16291e3f838d to your computer and use it in GitHub Desktop.
Copy files to heroku
cat <file_name> | gpg -ac -o- | curl -X PUT -T "-" https://transfer.sh/<file_name>.gpg
curl https://transfer.sh/<hash>/<file_name>.gpg | gpg -o- > <file_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment