You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AzureAD+ArturKozubek@vostro MINGW64 ~/projects/github/altruisto/website (feat/pwa-a2hs-landing)
$ npm run deploy
> [email protected] deploy C:\Users\ArturKozubek\projects\github\altruisto\website
> ts-node --project tsconfig.server.json scripts/deploy.ts
>> deploy: copied `./shared`
>> deploy: replacement results: [
{ file: 'server.ts', hasChanged: true },
{ file: 'pages/contact.tsx', hasChanged: false },
{ file: 'pages/email-subscriber-confirm.tsx', hasChanged: false },
{ file: 'pages/email-subscriber-thankyou.tsx', hasChanged: false },
{ file: 'pages/privacy-policy.tsx', hasChanged: false },
{ file: 'pages/terms-of-service.tsx', hasChanged: false },
{ file: 'pages/waiting.tsx', hasChanged: false },
{ file: 'pages/welcome.tsx', hasChanged: false },
{
file: 'pages/confirm-email/[email-verification-token].tsx',
hasChanged: false
},
{ file: 'pages/partners/[domain].tsx', hasChanged: false },
{ file: 'pages/partners/index.tsx', hasChanged: true }
]
>> deploy: commit created
>> deploy: pushing new branch to the homepage repo
>> deploy: branch pushed
>> deploy: reseting branch with master so it can be easily merged
error: pathspec 'deploy-22_4_2020_3_35_PM' did not match any file(s) known to git
(node:29896) UnhandledPromiseRejectionWarning: Error: error: pathspec 'deploy-22_4_2020_3_35_PM' did not match any file(s) known to git
at toError (C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\promise.js:90:14)
at C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\promise.js:61:36
at Git.<anonymous> (C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\src\git.js:517:18)
at Function.Git.fail (C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\src\git.js:1475:18)
at fail (C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\src\git.js:1433:20)
at C:\Users\ArturKozubek\projects\github\altruisto\website\node_modules\simple-git\src\git.js:1442:16
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:29896) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:29896) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
tested on Linux and Ubuntu with similar result
The text was updated successfully, but these errors were encountered: