mirror of
				https://gitlab.com/comunic/comunicconsole
				synced 2025-11-04 04:04:04 +00:00 
			
		
		
		
	Add CI script
This commit is contained in:
		
							
								
								
									
										17
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
image: npm:14
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
    stage: deploy
 | 
			
		||||
    script:
 | 
			
		||||
        - echo Compile project
 | 
			
		||||
        - npm install
 | 
			
		||||
        - npm run build
 | 
			
		||||
        - echo Overwrite configuration
 | 
			
		||||
        - echo "{\"api_url\":\"https://api.communiquons.org/admin/\"}" > build/config.json
 | 
			
		||||
        - echo Create 404 page
 | 
			
		||||
        - cp build/index.html build/404.html
 | 
			
		||||
    artifacts:
 | 
			
		||||
        paths:
 | 
			
		||||
            - build
 | 
			
		||||
    rules:
 | 
			
		||||
        - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
		Reference in New Issue
	
	Block a user