Created
July 22, 2019 10:40
-
-
Save sempostma/2f4c4315545293ba95ca16291e3f838d to your computer and use it in GitHub Desktop.
Copy files to heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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