easy-vps 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -243,7 +243,7 @@ function buildScript(config) {
243
243
  step('Resolving Github credentials'),
244
244
  'TOKEN=""\n' +
245
245
  'if [ -f ~/.git-credentials ]; then\n' +
246
- ' TOKEN=$(grep "github.com" ~/.git-credentials 2>/dev/null | head -n1 | sed -E "s#^https://([^@]+)@github.com/?$#\\1#" | sed -E "s#^[^:]+:##")\n' +
246
+ ' TOKEN=$(grep "github.com" ~/.git-credentials 2>/dev/null | head -n1 | sed -E "s#^https://([^@]+)@github.com#\\1#" | sed -E "s#^[^:]+:##")\n' +
247
247
  'fi\n' +
248
248
  'if [ -n "$TOKEN" ]; then\n' +
249
249
  ' AUTH_REPO="https://${TOKEN}@github.com/${REPO#https://github.com/}"\n' +
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "easy-vps",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Install dependencies, point domains, deploy apps and run Postgres on a VPS from one UI",
5
5
  "keywords": [
6
+ "easy-vps",
6
7
  "vps",
7
8
  "nginx",
8
9
  "pm2",