Skip to content

content: add link titles to two new posts #355

content: add link titles to two new posts

content: add link titles to two new posts #355

Workflow file for this run

name: deploy
on:
push:
branches:
- "main"
paths:
- assets/**
- config/_default/**
- config/production/**
- content/**
- data/**
- etc/Caddyfile
- etc/Dockerfile
- etc/fly.toml
- layouts/**
- static/**
workflow_dispatch:
repository_dispatch:
types: [deploy]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl -c etc/fly.toml deploy --build-secret IMAGEPROXY_SIGNATUREKEY=${{ secrets.IMAGEPROXY_SIGNATUREKEY }} --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}