mirror of
				https://git.coop/cotech/website.git
				synced 2025-10-31 19:26:32 +00:00 
			
		
		
		
	Reorder gitlab ci sections
This commit is contained in:
		| @ -29,6 +29,20 @@ test: | ||||
|   except: | ||||
|   - master | ||||
|  | ||||
| deploy:dev: | ||||
|   stage: deploy | ||||
|   script: | ||||
|   - bundle exec jekyll build -d public | ||||
|   - rsync -aqz public/ cotech@webarch2.co.uk:sites/dev/ | ||||
|   artifacts: | ||||
|     paths: | ||||
|     - public | ||||
|   environment: | ||||
|     name: dev | ||||
|     url: https://dev.static.coops.tech | ||||
|   only: | ||||
|   - master | ||||
|  | ||||
| deploy:production: | ||||
|   stage: deploy | ||||
|   script: | ||||
| @ -42,19 +56,4 @@ deploy:production: | ||||
|     url: https://static.coops.tech | ||||
|   only: | ||||
|   - master | ||||
|   when: manual | ||||
|  | ||||
|  | ||||
| deploy:dev: | ||||
|   stage: deploy | ||||
|   script: | ||||
|   - bundle exec jekyll build -d public | ||||
|   - rsync -aqz public/ cotech@webarch2.co.uk:sites/dev/ | ||||
|   artifacts: | ||||
|     paths: | ||||
|     - public | ||||
|   environment: | ||||
|     name: dev | ||||
|     url: https://dev.static.coops.tech | ||||
|   only: | ||||
|   - master | ||||
|   when: manual | ||||
		Reference in New Issue
	
	Block a user