mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'braid/web-stable-follow-up' into 'main'
fix: add missing Alpine packages See merge request famedly/fluffychat!987
This commit is contained in:
		
						commit
						033057270c
					
				@ -209,7 +209,10 @@ pages:
 | 
			
		||||
    - "build_web"
 | 
			
		||||
    - "fdroid_repo"
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  image: node
 | 
			
		||||
  image: node:alpine
 | 
			
		||||
  before_script:
 | 
			
		||||
    - apk update
 | 
			
		||||
    - apk add jq unzip curl wget
 | 
			
		||||
  script:
 | 
			
		||||
    - cd docs
 | 
			
		||||
    - npx tailwindcss -o ./tailwind.css --minify
 | 
			
		||||
@ -218,7 +221,7 @@ pages:
 | 
			
		||||
    - mv repo public
 | 
			
		||||
    - mv build/web/ public/nightly
 | 
			
		||||
    - rm -rf build
 | 
			
		||||
    - ./scripts/download-web-stable.sh
 | 
			
		||||
    - ./scripts/download-web-stable.sh 
 | 
			
		||||
    - mv stable public/web
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user