added env exports to add fly to the path
This commit is contained in:
parent
9ab307df33
commit
ca4dc5dd0c
@ -12,7 +12,7 @@ definitions:
|
|||||||
script:
|
script:
|
||||||
- apt-get update -qq && apt-get install -y curl
|
- apt-get update -qq && apt-get install -y curl
|
||||||
- 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"
|
||||||
- flyctl deploy -a $FLY_APP_NAME
|
- flyctl deploy -a $FLY_APP_NAME
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user