Skip to content

cat-walk/AutoDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository that will auto deploy you project

  • Base on Github's Hook
  • After you git push your code to the remote respository in Github, the script will auto run the code below
'git pull',
'rm -rf node_modules',
'sudo yarn install',
'sudo yarn build'
  • Of course, you can modify the code according to your need

About

AutoDeploy based on Github's Hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published