【发布时间】:2016-07-12 17:08:58
【问题描述】:
我正在使用 travis 的 dpl cmd 推送到 azure 网站:
dpl --provider=AzureWebApps --username=$AZURE_WA_USERNAME --password=$AZURE_WA_PASSWORD --site=xxx --verbose
我收到了这个错误:
error: unable to push to unqualified destination: master
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
那么问题出在哪里?
【问题讨论】:
-
您是否为您的 Web 应用设置了部署源?似乎主分支不再位于远程端。
标签: git azure continuous-integration azure-web-app-service travis-ci