Merge branch 'master' of gitlab.com:mythic-insight/legendary-doc-site
This commit is contained in:
		
						commit
						bebbe804c8
					
				
					 6 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
defmodule Legendary.Admin.MixProject do
 | 
					defmodule Legendary.Admin.MixProject do
 | 
				
			||||||
  use Mix.Project
 | 
					  use Mix.Project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @version "2.6.0"
 | 
					  @version "2.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def project do
 | 
					  def project do
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
defmodule Legendary.Content.MixProject do
 | 
					defmodule Legendary.Content.MixProject do
 | 
				
			||||||
  use Mix.Project
 | 
					  use Mix.Project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @version "2.6.0"
 | 
					  @version "2.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def project do
 | 
					  def project do
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
defmodule Legendary.Core.MixProject do
 | 
					defmodule Legendary.Core.MixProject do
 | 
				
			||||||
  use Mix.Project
 | 
					  use Mix.Project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @version "2.6.0"
 | 
					  @version "2.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def project do
 | 
					  def project do
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@ spec:
 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - name: app
 | 
					        - name: app
 | 
				
			||||||
          image: registry.gitlab.com/mythic-insight/legendary-doc-site:2.6.0
 | 
					          image: registry.gitlab.com/mythic-insight/legendary-doc-site:2.7.0
 | 
				
			||||||
          ports:
 | 
					          ports:
 | 
				
			||||||
            - containerPort: 4000
 | 
					            - containerPort: 4000
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
defmodule Legendary.Mixfile do
 | 
					defmodule Legendary.Mixfile do
 | 
				
			||||||
  use Mix.Project
 | 
					  use Mix.Project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @version "2.6.0"
 | 
					  @version "2.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def project do
 | 
					  def project do
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "@mythic-insight/legendary",
 | 
					  "name": "@mythic-insight/legendary",
 | 
				
			||||||
  "version": "2.6.0",
 | 
					  "version": "2.7.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "description": "The Legendary Phoenix Boilerplate.",
 | 
					  "description": "The Legendary Phoenix Boilerplate.",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue