Skip to content

Issue when deploying multiple times for same repo #10

@alexdiliberto

Description

@alexdiliberto

Reproduction App: https://github.com/alexdiliberto/deploy-dummy-app/commits/gh-pages

  1. Create a new app with some dummy code
  2. Setup new gh-pages branch
  3. Do first deploy using ember deploy production. Looks good.
  4. Now make some small change to the code
  5. Deploy again using ember deploy production
  6. Issue: Notice that my change didn't actually get deployed to https://alexdiliberto.com/deploy-dummy-app/. Also note theres a error when trying to switch to the gh-pages branch
$ git checkout gh-pages
fatal: 'gh-pages' is already checked out at '/private/tmp/deploy'

EDIT: Ok looks like the changes do propagate but it just takes time...I checked again about 15 minutes later (didn't check but probably just a small caching issue). But the gh-pages branch error still persists and you can't switch to that branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions