audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

nate nowack and committed by
GitHub
da634904 4c040319

+1 -1
+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 }}