UWIT-IAM / uw-idp-custom

Local IdP configuration and etc customizations
0 stars 0 forks source link

deployment synchronization script #69

Open mar235av opened 1 week ago

mar235av commented 1 week ago

Once the GitHub repository and the deployment have been fully synchronized, we will reach the state that

  1. All files in the repository will match the same files deployed.
  2. All files deployed in the source-controlled directories will match the same files in the repository, except for a small number of itemized exceptions that do not exist in the repository.
  3. The deployment will contain additional directories not reflected in the repository at all (for example, the directories that hold the client metadata and the secrets).

We will then write a script that compares the repository and the deployment and use this during deployments to verify that the repository and deployment are always properly synchronized.

mar235av commented 21 hours ago

Completed. I tested the script on dev and used it to finish the synchronization of the repository and the deployment directory.