Skip to content

changed internal port in fly config #4

changed internal port in fly config

changed internal port in fly config #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Run `nix build`
run: nix build ".#container" -L && docker load < result && flyctl deploy --local-only -i blog
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}