Browse Source

Regular dirs can be deployed as usual

master
Leo Lamprecht 8 years ago
parent
commit
79d07274ce
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 4
      lib/utils/check-path.js

4
lib/utils/check-path.js

@ -29,6 +29,10 @@ export default async dir => {
}
}
if (!location) {
return
}
let locationName
switch (location) {

Loading…
Cancel
Save