-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I am trying to git-deploy an express app to Azure. When I run the following command locally or in Gitlab, I get the following error /usr/bin/env: 'node\r': No such file or directory.
Has anyone seen this issue?
deploy.js
'use strict';
module.exports = function(deployTarget) {
if (deployTarget === 'production') {
console.log('deploying...');
return {
'git': {
repo: process.env.REPO,
branch: 'master',
worktreePath: '/tmp/ef4-deploy-lightning-app',
commitMessage: 'Deployed %@'
}
};
};
};
The command I used to deploy is deployjs deploy -e production --verbose
I am trying to run this in a MacOS/Linux environment.
@duizendnegen any thoughts on this would be greatly appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels