Skip to content

Commit

Permalink
infra: Update upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Dec 24, 2024
1 parent 2663ed5 commit 8bada13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

for IP in "$@"; do
ssh -i ~/.ssh/brawltime.key "root@$IP" "apt-get update && apt-get upgrade -y"
ssh -o "StrictHostKeyChecking no" -i ~/.ssh/brawltime.key "root@$IP" "apt-get update && apt-get upgrade -y"
done

0 comments on commit 8bada13

Please sign in to comment.