Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Backup

Backup #3495

Workflow file for this run

---
# yamllint disable rule:line-length
name: Backup
on:
workflow_dispatch:
schedule:
- cron: "0 */24 * * *"
jobs:
backup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@v0
with:
version: "298.0.0"
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Backup db
run: |
make -C backend backup