No args in keter.yml
This commit is contained in:
parent
4b1758e3e3
commit
d28b6eae3f
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.1.2
|
||||||
|
|
||||||
|
No args passed in keter.yml
|
||||||
|
|
||||||
## 1.4.1
|
## 1.4.1
|
||||||
|
|
||||||
Significant update to the scaffolding.
|
Significant update to the scaffolding.
|
||||||
|
|||||||
@ -798,8 +798,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -810,8 +810,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -870,8 +870,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -810,8 +810,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -718,8 +718,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -810,8 +810,7 @@ stanzas:
|
|||||||
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
exec: ../dist/build/PROJECTNAME/PROJECTNAME
|
||||||
|
|
||||||
# Command line options passed to your application.
|
# Command line options passed to your application.
|
||||||
args:
|
args: []
|
||||||
- production
|
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
# You can specify one or more hostnames for your application to respond
|
# You can specify one or more hostnames for your application to respond
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.4.1.1
|
version: 1.4.1.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user