Skip to content

fix CSRF, fix static file collection command #15

fix CSRF, fix static file collection command

fix CSRF, fix static file collection command #15

Workflow file for this run

# Continous deployment of the app
name: CD
on:
push:
branches: ["develop", "9-continuous-deployment"]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Run deploy script
run: bash deploy.sh