Merge pull request #853 from AnishSarkar22/fix/docker-dev

fix: run docker on dev branch
This commit is contained in:
Rohan Verma 2026-03-02 14:09:14 -08:00 committed by GitHub
commit 77f1946b6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
paths:
- 'surfsense_backend/**'
- 'surfsense_web/**'

View file

@ -25,7 +25,7 @@ set -euo pipefail
main() {
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main"
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/dev"
INSTALL_DIR="./surfsense"
OLD_VOLUME="surfsense-data"
DUMP_FILE="./surfsense_migration_backup.sql"