Files
archy/deploy-frontend.exp
T

7 lines
212 B
Plaintext
Raw Normal View History

#!/usr/bin/expect -f
set timeout 60
spawn rsync -avz --delete /Users/dorian/Projects/archy/web/dist/neode-ui/ archipelago@192.168.1.228:/opt/archipelago/web-ui/
expect "password:"
send "archipelago\r"
expect eof