Skip to content

Merge pull request #111 from nimblehq/bug/gh-110-fix-chromedriver-ver… #2

Merge pull request #111 from nimblehq/bug/gh-110-fix-chromedriver-ver…

Merge pull request #111 from nimblehq/bug/gh-110-fix-chromedriver-ver… #2

Workflow file for this run

name: Mock Deploy
on:
push:
branches:
- develop
jobs:
deploy:
name: Deploy server mock
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to fly
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}