+1
-1
.github/workflows/deploy-production.yml
+1
-1
.github/workflows/deploy-production.yml
···
25
25
if [ "${{ steps.changes.outputs.migrations }}" == "true" ]; then
26
26
echo "🔄 migrations detected - will run via release_command before deployment"
27
27
fi
28
-
flyctl deploy --config fly.toml --remote-only
28
+
flyctl deploy --config fly.toml --remote-only -a relay-api
29
29
env:
30
30
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}