kopia lustrzana https://gitlab.com/sane-project/website
				
				
				
			Add .gitlab-ci.yml to publish static website
This simply "pushes" all files in the repository to a website.merge-requests/1/head
							rodzic
							
								
									14c9557fc1
								
							
						
					
					
						commit
						5977aaa3ab
					
				|  | @ -0,0 +1,12 @@ | ||||||
|  | image: alpine:latest | ||||||
|  | 
 | ||||||
|  | pages: | ||||||
|  |   stage: deploy | ||||||
|  |   script: | ||||||
|  |   - mkdir public | ||||||
|  |   - mv * public/ | ||||||
|  |   artifacts: | ||||||
|  |     paths: | ||||||
|  |     - public | ||||||
|  |   only: | ||||||
|  |   - master | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Olaf Meeuwissen
						Olaf Meeuwissen