Skip to content

[in-review] Fix search by company name and search by industry name (#… #21

[in-review] Fix search by company name and search by industry name (#…

[in-review] Fix search by company name and search by industry name (#… #21

Workflow file for this run

---
name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Deploy:
if: ${{ github.repository_owner == 'beam-community' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}