oops, readme was out of date
This commit is contained in:
@@ -26,14 +26,14 @@ Usage:
|
|||||||
├── styles.css
|
├── styles.css
|
||||||
└── a.jpg
|
└── a.jpg
|
||||||
>
|
>
|
||||||
> pub --root-dir mysite
|
> pub mysite/
|
||||||
the site is published: http://6426ed336771f2380224fb84--scintillating-mochi-760bd3.netlify.app
|
the site is published: http://6426ed336771f2380224fb84--scintillating-mochi-760bd3.netlify.app
|
||||||
```
|
```
|
||||||
|
|
||||||
## Publish Sites to Netlify With Custom Subdomains Too!
|
## Publish Sites to Netlify With Custom Subdomains Too!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
> pub --root-dir mysite --custom-domain dude.helpers.fun
|
> pub mysite dude.helpers.fun
|
||||||
the site is published: http://6426ee6a10e4e43866b46a42--startling-gingersnap-425138.netlify.app
|
the site is published: http://6426ee6a10e4e43866b46a42--startling-gingersnap-425138.netlify.app
|
||||||
the site is published at dude.helpers.fun.
|
the site is published at dude.helpers.fun.
|
||||||
```
|
```
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="publify",
|
name="publify",
|
||||||
version="0.1.9",
|
version="0.2.0",
|
||||||
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
|
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
|
||||||
author="Zev Averbach",
|
author="Zev Averbach",
|
||||||
author_email="zev@averba.ch",
|
author_email="zev@averba.ch",
|
||||||
|
|||||||
Reference in New Issue
Block a user