Merge remote-tracking branch 'origin/drone-test'
This commit is contained in:
		
						commit
						f0a2549327
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		
							
								
								
									
										11
									
								
								.drone.yml
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
										
									
									
									
								
							| 
						 | 
					@ -8,9 +8,18 @@ steps:
 | 
				
			||||||
- name: build npm
 | 
					- name: build npm
 | 
				
			||||||
  image: node:16.0.0
 | 
					  image: node:16.0.0
 | 
				
			||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
 | 
					  environment:
 | 
				
			||||||
 | 
					    PASS:
 | 
				
			||||||
 | 
					      from_secret: fontawesome_password
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					    - cd /tmp
 | 
				
			||||||
 | 
					    - curl -O "http://public.serguzim.me.sos-de-fra-1.exo.io/@fortawesome.tar.gz.enc"
 | 
				
			||||||
 | 
					    - openssl enc -aes256 -pbkdf2 -out "@fortawesome.tar.gz" -in "@fortawesome.tar.gz.enc" -d -k $PASS
 | 
				
			||||||
 | 
					    - tar xzf "@fortawesome.tar.gz"
 | 
				
			||||||
 | 
					    - cd /drone/reitanlage-oranienburg/
 | 
				
			||||||
    - npm install
 | 
					    - npm install
 | 
				
			||||||
    - npx mix install --production
 | 
					    - mv "/tmp/@fortawesome" ./node_modules
 | 
				
			||||||
 | 
					    - npx mix build --production
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: prepare zip
 | 
					- name: prepare zip
 | 
				
			||||||
  image: bash
 | 
					  image: bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue