Wordpress-theme for artsat.jp
pip install -r requirements.txt
ssh-add
fab --hosts <HOSTNAME> deploy
To login to remote as another user, add -u option with fab command.
fab will use public_ky at '~/.ssh/id_rsa.pub' (fabfile.py) So you will need login as a correct user.
fab -u <USERNAME> deploy