Skip to content

Commit

Permalink
fix: deploy only remote
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Mar 11, 2024
1 parent ecf4166 commit 20cc590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! command -v flyctl &> /dev/null; then
fi

# Deploy
flyctl deploy \
flyctl deploy --remote-only \
--build-secret UNCONDITIONAL_API_SOURCE_CLIENT_KEY="$UNCONDITIONAL_API_SOURCE_CLIENT_KEY" \
--build-secret UNCONDITIONAL_API_FEED_REPO_KEY="$UNCONDITIONAL_API_FEED_REPO_KEY" \
--build-secret UNCONDITIONAL_API_FEED_REPO_HOST="$UNCONDITIONAL_API_FEED_REPO_HOST" \
Expand Down

0 comments on commit 20cc590

Please sign in to comment.