Skip to content

Commit

Permalink
Refactor code to improve performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Dec 27, 2023
1 parent 2a812cd commit 1e47a61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
hosts="di.arloor.dev us.arloor.dev ti.arloor.dev hk.arloor.dev sg.arloor.dev gg.arloor.dev bwg.arloor.dev"
for i in $hosts;do
ssh root@$i '
hostname
systemctl restart proxy
'
done

ssh [email protected] '
hostname
systemctl restart guest
'

0 comments on commit 1e47a61

Please sign in to comment.