Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiopogliani authored Mar 2, 2021
1 parent a4f710f commit 3643dfa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,13 @@ npm run watch
```

## Deploy
You can use the deplpy.sh bash script. It's just a simple wrapper arouend rsync and lftp to push files throught ssh or ftp. Or you can check out my other simple utility, written in php and can be installed globaly, it's still a work in progress though: [https://github.com/giorgiopogliani/nod](https://github.com/giorgiopogliani/nod).

#### deplpy.sh
You can use the deplpy.sh bash script. It's just a simple wrapper arouend rsync and lftp to push files throught ssh or ftp.

#### Nod
You can check out my other simple utility, written in php and can be installed globaly, it's still a work in progress though: [https://github.com/giorgiopogliani/nod](https://github.com/giorgiopogliani/nod).

#### deployphp/deployer
You can find a deploy.php that work with [deployer](https://github.com/deployphp/deployer), a zero down-time deploy utilty. You should update the configuration with your deatails to make it work. In the `.github` folder there is also a deploy.yml to deploy with github actions.

0 comments on commit 3643dfa

Please sign in to comment.