1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-10-05 16:08:22 +03:00
wiwinwlh/deploy.sh

16 lines
522 B
Bash
Raw Permalink Normal View History

2019-12-23 12:43:17 +03:00
#rsync css/style.css ec2:~
#ssh ec2 'sudo mv style.css /srv/http/hask/css/style.css'
#
#rsync css/layout.css ec2:~
#ssh ec2 'sudo mv layout.css /srv/http/hask/css/layout.css'
#
#rsync js/nav.js ec2:~
#ssh ec2 'sudo mv nav.js /srv/http/hask/nav.js'
2016-03-23 04:00:59 +03:00
2019-12-23 12:43:17 +03:00
rsync --progress tutorial.html ec2:~
2020-02-18 22:01:10 +03:00
rsync --progress tutorial.pdf ec2:~
rsync --progress tutorial_print.pdf ec2:~
2015-12-26 23:29:55 +03:00
ssh ec2 'sudo mv tutorial.html /srv/http/hask/index.html'
2020-02-18 22:01:10 +03:00
ssh ec2 'sudo mv tutorial_print.pdf /srv/http/hask/'
ssh ec2 'sudo mv tutorial.pdf /srv/http/hask/'