mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
8 lines
160 B
Bash
Executable File
8 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
set -ex -o pipefail
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
convox rack install ${PROVIDER} --name ${RACK_NAME} --version ${VERSION} ${ARGS}
|
|
convox instances
|