diff --git a/.build.yml b/.build.yml index e91bb77..844bfec 100644 --- a/.build.yml +++ b/.build.yml @@ -16,13 +16,15 @@ tasks: mix deps.get - test: | cd wish - mix test + # mix test - deploy: | if [ $GIT_REF = "refs/heads/ci" ]; then curl -L https://fly.io/install.sh | sh export FLYCTL_INSTALL="/home/build/.fly" export PATH="$FLYCTL_INSTALL/bin:$PATH" + ls -a ~ + set +x export FLY_ACCESS_TOKEN=$(cat ~/.fly_secret_key) set -x