added env exports to add fly to the path

This commit is contained in:
DJ Gillespie 2023-05-17 20:35:13 -06:00
parent 9ab307df33
commit ca4dc5dd0c

View File

@ -12,7 +12,7 @@ definitions:
script:
- apt-get update -qq && apt-get install -y curl
- curl -L https://fly.io/install.sh | sh
- export FLYCTL_INSTALL="/root/.fly
- export FLYCTL_INSTALL="/root/.fly"
- export PATH="$FLYCTL_INSTALL/bin:$PATH"
- flyctl deploy -a $FLY_APP_NAME