Leo Lamprecht
f997a8fa61
List got renamed
8 years ago
Olli Vanhoja
3a8f11b1ba
alias set --debug: Only print nameservers if we fetched them ( #166 )
8 years ago
Olli Vanhoja
2fdfbbdc22
Improve client side domain verification ( #161 )
No need to check nameservers if the domain is already known and
verified by now.
8 years ago
Jarmo Isotalo
0e486282a0
Fix unhandled promise rejection ( #162 )
8 years ago
Leo Lamprecht
e12c4212c9
Sprinkled a few newlines on there
8 years ago
Olli Vanhoja
1fee62c596
Support domain name verification
8 years ago
Jarmo Isotalo
802e59f680
Improve error handling for alias creation, fixes #156
8 years ago
Leo Lamprecht
c9808b7a6e
Missing import types added
8 years ago
Leo Lamprecht
79d07274ce
Regular dirs can be deployed as usual
8 years ago
Leo Lamprecht
673b0dcd96
Don't deploy homedir, downloads or desktop
This closes #99
8 years ago
Leo Lamprecht
25fef39f1a
Ability to set name
This closes #150
8 years ago
Jarmo Isotalo
4de1c69b6a
Improve error handling when issuing cert fails ( #154 )
Fix `now certs ls` error when showing expiration date
Improve logging for when alias creation fails
8 years ago
Leo Lamprecht
6e94359052
Support for private Git repos
8 years ago
Leo Lamprecht
7ae4532ea7
Bitbucket's master branches are default
8 years ago
Leo Lamprecht
de0635e8b1
Use a clean prefix when deploying
8 years ago
Leo Lamprecht
9bfa06f163
Support for Bitbucket
8 years ago
Leo Lamprecht
fd0ff2fbf6
Make code naming for multiple platforms
8 years ago
Leo Lamprecht
b04ab0470b
Show cooler messages when deploying from other platforms
8 years ago
Leo Lamprecht
77412000ca
Accept GitLab URLs
8 years ago
Leo Lamprecht
4a5de7321a
Much stricter repo URL checking
8 years ago
Leo Lamprecht
c9c32664bb
Don't indicate git ref if master branch
8 years ago
Leo Lamprecht
0ea689c27a
Shorten git reference if commit
8 years ago
Leo Lamprecht
04d58f2558
Throw error if URL is not valid
8 years ago
Leo Lamprecht
be9e61dfeb
Support GitLab as well
8 years ago
Leo Lamprecht
9d7746f9ed
Support for deploying GitHub URLs
8 years ago
Leo Lamprecht
09670c986e
Support for git references
8 years ago
Leo Lamprecht
fd0e39da0e
Only do one network roundtrip to GitHub
8 years ago
Leo Lamprecht
bb74c71896
Check if path is a repo path via regex
8 years ago
Leo Lamprecht
c92d4dfb37
Clean up tmp dir for repo in a better way
8 years ago
Leo Lamprecht
5e5545789f
Handle potential error when converting res to JSON
8 years ago
Leo Lamprecht
fd24ea0c6a
Fixed tests
8 years ago
Leo Lamprecht
6a1837c4af
Make users able to deploy GitHub repos
8 years ago
Leo Lamprecht
04e50b24e4
Basic implementation for GitHub deployments
8 years ago
Leo Lamprecht
5a6d8481d6
Domain should not be part of sentence
8 years ago
Olli Vanhoja
ca09ec1baa
DNS Management added
8 years ago
Olli Vanhoja
89940c1362
Parse glob patterns and ignore special files ( #130 )
* Revert "Ignore special files on deploy (#115 )"
This reverts commit 1de3b40fc4
.
Fixes #127
* Parse glob patterns and ignore special files
Currently glob patterns are not parsed when selecting files to be
uploaded.
Fixes #127
Fixes #112
* Include dot files in matches
* Fix resolving of the glob promise array
8 years ago
Olli Vanhoja
5ce0fa9d99
Fix linter errors ( #131 )
8 years ago
Tony Kovanen
107d5b5858
Add verification code if provided upon login
8 years ago
Olli Vanhoja
1de3b40fc4
Ignore special files on deploy ( #115 )
Fixes #112
8 years ago
Olli Vanhoja
129372d161
Certs improvements ( #114 )
* Exit cleanly if a cert entry is not found with getCertIdCn()
* Support creating a new cert entry with user-provide certificate files
8 years ago
Matheus Fernandes
53f1ffab40
Fix code style 💅 ( #107 )
8 years ago
Olli Vanhoja
8c62269567
Fix DNS verification on 'now alias' ( #106 )
8 years ago
Safia Abdalla
b1e4e43e81
Use chalk.gray styling for errors ( #104 )
8 years ago
Olli Vanhoja
f31d1f0804
Fixes to Dockerfile metadata parsing ( #103 )
- No need to check if pkg.name is null
- Properly default to basename if labels.name isn't set
8 years ago
Leo Lamprecht
b563900702
Adapt deployment name from package
8 years ago
Leo Lamprecht
6159263d8f
Set package.json on the fly
8 years ago
Leo Lamprecht
c5626178ed
Move files into content dir if static
8 years ago
Leo Lamprecht
589d2fc72c
Removed static command
8 years ago
Remy Sharp
ce32dce2aa
Support `now alias` reading `config.alias` ( #93 )
* feat: support `now alias` reading config.alias
Reads the last deployment and will automatically alias to the package.json's config.alias property
* chore: corrected typo on `console.time`
* fix: use `root/now.alias` over `root/config.alias`
8 years ago
Olli Vanhoja
530a9fb357
Add a flag for skipping DNS verification ( #94 )
Some registrars requires that the DNS records are already setup
before delegating the domain to a nameserver.
8 years ago