mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update GitHub Actions workflow to include 'dev' branch and change installation script to use 'dev' repository URL
This commit is contained in:
parent
d24691a968
commit
d9ebc2c599
2 changed files with 2 additions and 1 deletions
1
.github/workflows/docker_build.yaml
vendored
1
.github/workflows/docker_build.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- 'surfsense_backend/**'
|
- 'surfsense_backend/**'
|
||||||
- 'surfsense_web/**'
|
- 'surfsense_web/**'
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ set -euo pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
||||||
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main"
|
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/dev"
|
||||||
INSTALL_DIR="./surfsense"
|
INSTALL_DIR="./surfsense"
|
||||||
OLD_VOLUME="surfsense-data"
|
OLD_VOLUME="surfsense-data"
|
||||||
DUMP_FILE="./surfsense_migration_backup.sql"
|
DUMP_FILE="./surfsense_migration_backup.sql"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue