This commit is contained in:
@@ -14,18 +14,19 @@ tasks:
|
|||||||
mix deps.get
|
mix deps.get
|
||||||
- test: |
|
- test: |
|
||||||
cd wish
|
cd wish
|
||||||
# mix test
|
mix test
|
||||||
- deploy: |
|
- deploy: |
|
||||||
if [ $GIT_REF = "refs/heads/ci" ]; then
|
if [ $GIT_REF = "refs/heads/ci" ]; then
|
||||||
curl -L https://fly.io/install.sh | sh
|
curl -L https://fly.io/install.sh | sh
|
||||||
export FLYCTL_INSTALL="/home/build/.fly"
|
export FLYCTL_INSTALL="/home/build/.fly"
|
||||||
export PATH="$FLYCTL_INSTALL/bin:$PATH"
|
export PATH="$FLYCTL_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
cd wish
|
|
||||||
set +x
|
set +x
|
||||||
echo "running fly deploy"
|
export FLY_ACCESS_TOKEN=$(cat ~/.fly_secret_key)
|
||||||
flyctl -t test deploy
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
cd wish
|
||||||
|
flyctl status
|
||||||
else
|
else
|
||||||
echo "nothing to do"
|
echo "nothing to do"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user