Skip to content

improve privyAuth middleware #1

improve privyAuth middleware

improve privyAuth middleware #1

name: Deploy to staging
on:
push:
branches:
- staging
paths:
- "backend/**"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_STAGING }}
jobs:
deploy:
name: Deploy Staging App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -a rewardle-api-staging --remote-only