Remove bin directory and deploy script
This commit is contained in:
Родитель
ce2a72572d
Коммит
3ca1c81437
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
usage() {
|
||||
echo "usage: ./bin/deploy.sh <tag|latest>"
|
||||
echo ""
|
||||
echo " latest Deploy to Dev (master push)"
|
||||
echo " \$tag Deploy to Stage (git tag)"
|
||||
echo ""
|
||||
exit 1
|
||||
}
|
||||
|
||||
[ $# -lt 1 ] && usage
|
||||
|
||||
echo "Build directory contains:"
|
||||
# Just to prove that the files are there. For now.
|
||||
ls -l build
|
||||
|
||||
echo "DEPLOY: $1 PLEASE"
|
Загрузка…
Ссылка в новой задаче