fix(deploy): explicitly specify app name in production deployment (#82)

add -a relay-api flag to flyctl deploy command to avoid app lookup issues in GitHub Actions

authored by zzstoatzz.io and committed by GitHub da634904 4c040319

Changed files
+1 -1
.github
+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 }}