Created
January 16, 2019 09:06
-
-
Save svschannak/c2eb2d921719a9de9660f26aca2f60e1 to your computer and use it in GitHub Desktop.
Dokku & netlify subdirectory deployment
This file contains 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
git subtree push --prefix backend subdomain master | |
(cd frontend && exec yarn run build) | |
(cd frontend && exec netlify deploy --dir=./build --prod) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment