Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Split the deploy task into two sub-tasks for staging and promotion to prod.

Compare
Choose a tag to compare
@remybach remybach released this 22 Oct 08:26
b08e5c4

This is following a discussion on Slack.

We're in a situation on Conversion where we need to have E2E tests run on a predictable url and to block code from going out if tests fail. The best place to do this would be on staging, and to do that we need to break up the deploy task so that we can run our tests in between staging being set up and it being promoted to prod and then scaled down.

Related PR: #210