Skip to content

Bump selenium-webdriver from 4.36.0 to 4.37.0 (#197) #118

Bump selenium-webdriver from 4.36.0 to 4.37.0 (#197)

Bump selenium-webdriver from 4.36.0 to 4.37.0 (#197) #118

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
environment:
name: production
url: https://jbaker.dev
steps:
- uses: actions/checkout@v5
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}