mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: deploy.template.yaml to follow specs
This commit is contained in:
		
							parent
							
								
									3a28353adb
								
							
						
					
					
						commit
						3dc15422f7
					
				@ -5,6 +5,8 @@ spec:
 | 
			
		||||
    git:
 | 
			
		||||
      branch: master
 | 
			
		||||
      repo_clone_url: https://github.com/Unleash/unleash.git
 | 
			
		||||
    build_command: 'yarn build'
 | 
			
		||||
    run_command: 'yarn run'
 | 
			
		||||
  envs:
 | 
			
		||||
    - key: DATABASE_URL
 | 
			
		||||
      scope: RUN_TIME
 | 
			
		||||
@ -12,7 +14,5 @@ spec:
 | 
			
		||||
    - key: UNLEASH_URL
 | 
			
		||||
      scope: RUN_TIME
 | 
			
		||||
      value: ${APP_URL}
 | 
			
		||||
  build_command: 'yarn build'
 | 
			
		||||
  run_command: 'yarn run'
 | 
			
		||||
  databases:
 | 
			
		||||
  - name: unleash-db
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user