eosnetworkfoundation / devrel

1 stars 0 forks source link

Fix production deployment issues on main vs staging branch #191

Closed lparisc closed 1 year ago

lparisc commented 1 year ago

Current production deployment builds are launched manually from the docsgen staging branch. Since the docsgen repo contains documentation dependencies that affect content, the latest updates to the staging branch are affecting some content on the production builds.

AC: We need to deploy from main branch instead when deploying to production, but need to be careful:

Long term solution is to add to scripts functionality to clone docsgen repo and checkout main when deploying to production, or staging when deploying to staging.

lparisc commented 1 year ago

Depends on #195

lparisc commented 1 year ago

Broken link:

lparisc commented 1 year ago

Removing requirement to deploy to production in this ticket. Such requirement was moved to ticket #199. This allows to mark this ticket done and count the effort performed in fixing the staging vs. main deploy issues successfully, which were already tested locally.