Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The final "git diff" should show a set of differences against the currently deployed version. Now commit and push this version to origin-service:

Code Block
languagebash
# git add .
# git commit && -m "deploy <version>"
# git push

Verify that the changes have taken effect - this may take a while depending on how quickly the CDN picks up the changes. In order to rollback simply checkout and push the previous version of the origin-service repo.

...

The final "git diff" should show a set of differences against the currently deployed version. Now commit and push this version to origin.thiss.io:

Code Block
languagebash
# git add .
# git commit && -m "deploy <version>"
# git push

Verify that the changes have taken effect - this may take a while depending on how quickly the CDN picks up the changes. In order to rollback simply checkout and push the previous version of the origin.thiss.io repo.

...