ship icon indicating copy to clipboard operation
ship copied to clipboard

Ship update fails after ship app, upstream URL missing from state.json

Open emosbaugh opened this issue 4 years ago • 0 comments

Expected behavior

Ship update should work after running ship app

Actual behavior

Ship update fails with the following error:

There was an unexpected error! No upstream URL found at .ship/state.json, please run "ship init"

The state.json is missing the upstream url. Ship should be writing the upstream url here but ship app does not have an app slug currently so it is not possible to construct the upstream url.

Information

  • Ship version: 0.52.0
  • Docker version: 19.03.5
  • Command line run: ship app and then ship update

Steps to reproduce the behavior

  1. run ship app command
  2. run ship update

emosbaugh avatar Dec 10 '19 23:12 emosbaugh