mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Fix deploy branch filter on CircleCI
This commit is contained in:
parent
f42993a604
commit
cb310eec6a
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Deployment is configured following these instructions:
|
||||||
|
# https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration/
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -85,12 +88,12 @@ workflows:
|
||||||
ignore:
|
ignore:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
- build:
|
- build:
|
||||||
|
requires:
|
||||||
|
- test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
requires:
|
|
||||||
- test
|
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
|
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
|
||||||
"copy:assets": "cp -R src/assets/* public/",
|
"copy:assets": "cp -R src/assets/* public/",
|
||||||
"copy:icons": "cp -R node_modules/open-iconic/font/fonts public",
|
"copy:icons": "cp -R node_modules/open-iconic/font/fonts public",
|
||||||
"deploy": "gh-pages -d public -m \"Deploying $(git rev-parse --short HEAD)\"",
|
"deploy": "gh-pages -d public -m \"[skip ci] Deploying $(git rev-parse --short HEAD)\"",
|
||||||
"dev:cljs": "shadow-cljs watch app test",
|
"dev:cljs": "shadow-cljs watch app test",
|
||||||
"dev:sass": "node-sass -w src/sass/app.sass -o public/app",
|
"dev:sass": "node-sass -w src/sass/app.sass -o public/app",
|
||||||
"dev:test": "karma start --reporters notify,progress --auto-watch",
|
"dev:test": "karma start --reporters notify,progress --auto-watch",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue