@@ -16,7 +16,7 @@ tasks:
|
|||||||
cd wish
|
cd wish
|
||||||
mix test
|
mix test
|
||||||
- deploy: |
|
- deploy: |
|
||||||
if [ $GIT_REF = "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="/root/.fly"
|
export FLYCTL_INSTALL="/root/.fly"
|
||||||
export PATH="$FLYCTL_INSTALL/bin:$PATH"
|
export PATH="$FLYCTL_INSTALL/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user