feat(Drone): Désactive le déploiement de RésiLien
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										34
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -103,21 +103,21 @@ steps:
 | 
			
		||||
    - hugo --minify --environment cremeaux.org
 | 
			
		||||
    - hugo deploy --environment cremeaux.org
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: RésiLien
 | 
			
		||||
# ---
 | 
			
		||||
# kind: pipeline
 | 
			
		||||
# type: docker
 | 
			
		||||
# name: RésiLien
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: Installation des dépendances & construction du site
 | 
			
		||||
  image: hugomods/hugo:exts-0.123.8
 | 
			
		||||
  environment:
 | 
			
		||||
    AWS_ACCESS_KEY_ID:
 | 
			
		||||
      from_secret: CREMEAUX_AWS_ACCESS_KEY_ID
 | 
			
		||||
    AWS_SECRET_ACCESS_KEY:
 | 
			
		||||
      from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY
 | 
			
		||||
  commands:
 | 
			
		||||
    - npm install --ignore-scripts
 | 
			
		||||
    - hugo --minify --environment staging.resilien.fr
 | 
			
		||||
    - hugo --minify --environment staging.resilien.fr
 | 
			
		||||
    - hugo deploy --environment staging.resilien.fr
 | 
			
		||||
# steps:
 | 
			
		||||
# - name: Installation des dépendances & construction du site
 | 
			
		||||
#   image: hugomods/hugo:exts-0.123.8
 | 
			
		||||
#   environment:
 | 
			
		||||
#     AWS_ACCESS_KEY_ID:
 | 
			
		||||
#       from_secret: CREMEAUX_AWS_ACCESS_KEY_ID
 | 
			
		||||
#     AWS_SECRET_ACCESS_KEY:
 | 
			
		||||
#       from_secret: CREMEAUX_AWS_SECRET_ACCESS_KEY
 | 
			
		||||
#   commands:
 | 
			
		||||
#     - npm install --ignore-scripts
 | 
			
		||||
#     - hugo --minify --environment staging.resilien.fr
 | 
			
		||||
#     - hugo --minify --environment staging.resilien.fr
 | 
			
		||||
#     - hugo deploy --environment staging.resilien.fr
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user