This commit is contained in:
Leandro Facchinetti 2020-08-04 22:50:07 +01:00
parent 5a7c99b532
commit ac6f194789
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
$ ssh-add $ ssh-add
$ ssh -A root@<YOUR DOMAIN, FOR EXAMPLE, kill-the-newsletter.com> $ ssh -A root@<YOUR DOMAIN, FOR EXAMPLE, kill-the-newsletter.com>
root@<YOUR DOMAIN, FOR EXAMPLE, kill-the-newsletter.com> $ rsync -av <path-to-previous-feeds> /root/www.kill-the-newsletter.com/current/static/feeds/ root@<YOUR DOMAIN, FOR EXAMPLE, kill-the-newsletter.com> $ rsync -av <path-to-previous-feeds> /root/www.kill-the-newsletter.com/current/static/feeds/
root@<YOUR DOMAIN, FOR EXAMPLE, kill-the-newsletter.com> $ rsync -av <path-to-previous-alternate> /root/www.kill-the-newsletter.com/current/static/alternate/
``` ```
13. Push to your fork, which will trigger the GitHub Action that deploys the code and starts the server. 13. Push to your fork, which will trigger the GitHub Action that deploys the code and starts the server.