Skip to content

Bump webpack from 5.76.0 to 5.94.0 in /assets (#698) #28

Bump webpack from 5.76.0 to 5.94.0 in /assets (#698)

Bump webpack from 5.76.0 to 5.94.0 in /assets (#698) #28

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