mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-02 06:34:13 +00:00
Merge branch 'stable-fix-docs' into 'stable'
Fix documentation deploy for stable See merge request pleroma/pleroma!1844
This commit is contained in:
commit
988654a720
|
@ -30,12 +30,11 @@ build:
|
|||
|
||||
docs-build:
|
||||
stage: build
|
||||
only:
|
||||
- master@pleroma/pleroma
|
||||
only: &docs-only
|
||||
- stable@pleroma/pleroma
|
||||
- develop@pleroma/pleroma
|
||||
variables:
|
||||
MIX_ENV: dev
|
||||
PLEROMA_BUILD_ENV: prod
|
||||
script:
|
||||
- mix deps.get
|
||||
- mix compile
|
||||
|
@ -86,9 +85,7 @@ analysis:
|
|||
docs-deploy:
|
||||
stage: deploy
|
||||
image: alpine:3.9
|
||||
only:
|
||||
- stable@pleroma/pleroma
|
||||
- develop@pleroma/pleroma
|
||||
only: *docs-only
|
||||
before_script:
|
||||
- apk update && apk add openssh-client rsync
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue