oops, readme was out of date

This commit is contained in:
2023-03-31 23:37:58 +02:00
parent d57433b90e
commit 211d3758e6
2 changed files with 3 additions and 3 deletions

View File

@@ -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.
``` ```

View File

@@ -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",