[skip ci] Add script to update nerveshub deployments

pull/667/head
Connor Rigby 2018-11-23 15:45:13 -08:00 committed by Connor Rigby
parent 4a62e399cb
commit a2b3db6d86
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
mix nerves_hub.deployment update $1-prod-stable firmware $2
mix nerves_hub.deployment update $1-prod-beta firmware $2
mix nerves_hub.deployment update $1-prod-staging firmware $2
mix nerves_hub.deployment update $1-prod-next firmware $2