mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Docs
This commit is contained in:
		
							parent
							
								
									83e66b340a
								
							
						
					
					
						commit
						fb33236f88
					
				
							
								
								
									
										36
									
								
								.mage.yml
									
									
									
									
									
								
							
							
						
						
									
										36
									
								
								.mage.yml
									
									
									
									
									
								
							@ -1,36 +0,0 @@
 | 
				
			|||||||
magephp:
 | 
					 | 
				
			||||||
#    composer:
 | 
					 | 
				
			||||||
#        path: composer
 | 
					 | 
				
			||||||
#    symfony:
 | 
					 | 
				
			||||||
#        console: bin/console
 | 
					 | 
				
			||||||
#    log_dir: app/logs
 | 
					 | 
				
			||||||
    environments:
 | 
					 | 
				
			||||||
        production:
 | 
					 | 
				
			||||||
            user: root
 | 
					 | 
				
			||||||
#            ssh:
 | 
					 | 
				
			||||||
#                port: 22
 | 
					 | 
				
			||||||
#                flags: -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
 | 
					 | 
				
			||||||
            branch: test
 | 
					 | 
				
			||||||
            host_path: /var/www/test
 | 
					 | 
				
			||||||
            releases: 4
 | 
					 | 
				
			||||||
            exclude:
 | 
					 | 
				
			||||||
                - vendor
 | 
					 | 
				
			||||||
                - app/cache
 | 
					 | 
				
			||||||
                - app/log
 | 
					 | 
				
			||||||
                - web/app_dev.php
 | 
					 | 
				
			||||||
            hosts:
 | 
					 | 
				
			||||||
                - webserver1
 | 
					 | 
				
			||||||
                - webserver2
 | 
					 | 
				
			||||||
                - webserver3
 | 
					 | 
				
			||||||
            pre-deploy:
 | 
					 | 
				
			||||||
                - git/update
 | 
					 | 
				
			||||||
#                - composer/install #: { flags: '--optimize' }
 | 
					 | 
				
			||||||
#                - composer/generate-autoload
 | 
					 | 
				
			||||||
            on-deploy:
 | 
					 | 
				
			||||||
#                - symfony/cache-clear: { env: 'dev' }
 | 
					 | 
				
			||||||
#                - symfony/cache-warmup: { env: 'dev' }
 | 
					 | 
				
			||||||
#                - symfony/assets-install: { env: 'dev' }
 | 
					 | 
				
			||||||
#                - symfony/assetic-dump: { env: 'dev' }
 | 
					 | 
				
			||||||
            on-release:
 | 
					 | 
				
			||||||
            post-release:
 | 
					 | 
				
			||||||
            post-deploy:
 | 
					 | 
				
			||||||
							
								
								
									
										27
									
								
								docs/example-config.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								docs/example-config.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					magephp:
 | 
				
			||||||
 | 
					    environments:
 | 
				
			||||||
 | 
					        production:
 | 
				
			||||||
 | 
					            user: app
 | 
				
			||||||
 | 
					            branch: test
 | 
				
			||||||
 | 
					            host_path: /var/www/test
 | 
				
			||||||
 | 
					            releases: 4
 | 
				
			||||||
 | 
					            exclude:
 | 
				
			||||||
 | 
					                - vendor
 | 
				
			||||||
 | 
					                - app/cache
 | 
				
			||||||
 | 
					                - app/log
 | 
				
			||||||
 | 
					                - web/app_dev.php
 | 
				
			||||||
 | 
					            hosts:
 | 
				
			||||||
 | 
					                - webserver1
 | 
				
			||||||
 | 
					                - webserver2
 | 
				
			||||||
 | 
					                - webserver3
 | 
				
			||||||
 | 
					            pre-deploy:
 | 
				
			||||||
 | 
					                - git/update
 | 
				
			||||||
 | 
					                - composer/install
 | 
				
			||||||
 | 
					                - composer/generate-autoload
 | 
				
			||||||
 | 
					            on-deploy:
 | 
				
			||||||
 | 
					                - symfony/cache-warmup: { env: 'dev' }
 | 
				
			||||||
 | 
					                - symfony/assets-install: { env: 'dev' }
 | 
				
			||||||
 | 
					                - symfony/assetic-dump: { env: 'dev' }
 | 
				
			||||||
 | 
					            on-release:
 | 
				
			||||||
 | 
					            post-release:
 | 
				
			||||||
 | 
					            post-deploy:
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user