Manual application deployment guide

Certified Senior Developer

Hello All,

Is there an order of objects to deploy. I have environmental constants also. My prod deployment is still manual.

Eg:

1.SQL scripts to be executed first.

2. CDTs

3. Datastores.

4. Constants

5. Connected systems..

..etc

  Discussion posts and replies are publicly visible

Parents
  • Certified Lead Developer

    I don't bother separating them out into so many steps these days.  Though it depends on the complexity of the deployment - many of my deployments these days are incremental, meaning I have more flexibility in my approach.

    1) sql scripts (establish and/or update tables and views)

    2) (occasionally) a "pre-deployment package" consisting of CDTs and Data Stores and (if applicable) environment-specific constants

    3) everything else all at once, generally.

Reply
  • Certified Lead Developer

    I don't bother separating them out into so many steps these days.  Though it depends on the complexity of the deployment - many of my deployments these days are incremental, meaning I have more flexibility in my approach.

    1) sql scripts (establish and/or update tables and views)

    2) (occasionally) a "pre-deployment package" consisting of CDTs and Data Stores and (if applicable) environment-specific constants

    3) everything else all at once, generally.

Children
No Data