Skip to content

feat: extend storage ttl to 14 days and cache ttl to 90 days #86

feat: extend storage ttl to 14 days and cache ttl to 90 days

feat: extend storage ttl to 14 days and cache ttl to 90 days #86

Workflow file for this run

name: Fastly
on:
push:
branches: [main]
paths:
- '.github/workflows/fastly.yaml'
- 'fastly.toml'
- 'Cargo.*'
- 'src/**/*'
env:
RUSTFLAGS: -Ctarget-feature=-reference-types
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
targets: wasm32-wasi
- uses: Swatinem/rust-cache@v2
- uses: fastly/compute-actions@v10
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}