We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8227 commit 220d94aCopy full SHA for 220d94a
.travis.yml
@@ -9,10 +9,11 @@ jobs:
9
node_js: node
10
script:
11
- curl https://gist.githubusercontent.com/Jaid/284917bd3e938add97b699a18b957d8c/raw/ciNodeRelease.bash | bash
12
+ - pkgName=$(npx package-name-cli)
13
deploy:
14
- provider: pages
15
local_dir: dist/page
- fqdn: $PKG_NAME.jaid.codes
16
+ fqdn: $pkgName.jaid.codes
17
skip_cleanup: true
18
github_token: $GITHUB_TOKEN
19
on:
0 commit comments