Skip to content

Commit

Permalink
chore: fly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Sep 15, 2024
1 parent d30568e commit 00f6ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ jobs:
command: echo "export PATH=\"/home/circleci/.fly/bin:$PATH\"" >> $BASH_ENV
- run:
name: Login fly
command: fly auth login -t $FLY_API_TOKEN --email $FLY_USERNAME --password $FLY_PASSWORD --debug --verbose
command: flyctl auth login -t $FLY_API_TOKEN --email $FLY_USERNAME --password $FLY_PASSWORD --debug --verbose
- run:
name: Deploy to fly
command: fly deploy --app << parameters.FLY_APP_NAME >> --config << parameters.FLY_TOML >> --debug --verbose
command: flyctl deploy --app << parameters.FLY_APP_NAME >> --config << parameters.FLY_TOML >> --debug --verbose

# Run cypress e2e tests on chrome
test_e2e:
Expand Down

0 comments on commit 00f6ec2

Please sign in to comment.