Debugging

This commit is contained in:
James Ives 2019-11-10 14:57:02 -05:00
parent 2731c10cfd
commit bf373586f4

View File

@ -76,7 +76,7 @@ export async function deploy(): Promise<any> {
console.log('list', await execute(`ls`, action.build))
await execute(`git checkout --orphan ${repositoryPath}`, action.build)
await execute(`git checkout --orphan ${action.branch}`, action.build)
await execute(`git remote rm origin`, action.build)
await execute(`git remote add origin ${repositoryPath}`, action.build)