Skip to content

Add Ecto context tests #3

Add Ecto context tests

Add Ecto context tests #3

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build and deploy
on:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
deploy-dev:
name: Deploy app to DEV
runs-on: ubuntu-latest
environment:
name: dev
url: https://swapi-dev.profiq.com
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c fly-dev.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_DEV }}