Skip to content

docs: update app-conventions skill with logging, rate limiting, read-… #17

docs: update app-conventions skill with logging, rate limiting, read-…

docs: update app-conventions skill with logging, rate limiting, read-… #17

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
test:
uses: towlion/.github/.github/workflows/test-python.yml@main
deploy:
needs: test
uses: towlion/.github/.github/workflows/deploy.yml@main
with:
caddyfile-template: |
__APP_DOMAIN__ {
import security_headers
reverse_proxy __APP_NAME__-app-1:8000
}
secrets:
SERVER_HOST: ${{ secrets.SERVER_HOST }}
SERVER_USER: ${{ secrets.SERVER_USER }}
SERVER_SSH_KEY: ${{ secrets.SERVER_SSH_KEY }}
APP_DOMAIN: ${{ secrets.APP_DOMAIN }}