Skip to content

Merge pull request #25 from diegovalle/dependabot/pip/ansible/cryptog… #15

Merge pull request #25 from diegovalle/dependabot/pip/ansible/cryptog…

Merge pull request #25 from diegovalle/dependabot/pip/ansible/cryptog… #15

Workflow file for this run

name: Fly Deploy
on:
# Trigger the workflow on push,
# but only for the master branch
push:
branches:
- master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@1.1
with:
args: "deploy"