Skip to content

Instantly share code, notes, and snippets.

@princeradebe
Created May 24, 2020 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save princeradebe/5eefb4eceed771d8d94b24684c74ac37 to your computer and use it in GitHub Desktop.
Save princeradebe/5eefb4eceed771d8d94b24684c74ac37 to your computer and use it in GitHub Desktop.
Vue cPanel deployment
---
deployment:
tasks:
- export DEPLOYPATH=/home/<user>/public_html/
- /bin/cp -R dist/* $DEPLOYPATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment