Add script for deploying to production

This commit is contained in:
redfast00 2020-09-17 23:47:55 +02:00
parent 90420e7a3d
commit c31c11e46c
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

5
deploy_prod.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
bundle exec nanoc
rsync -crtvu --delete -e "ssh -p2222" output/ "durfdoen@student4.ugent.be:/sd/data/durfdoen/"