How to do incremental deployment in Synapse workspace using github actions #22733
Replies: 5 comments
-
`# ***************************************************************************************** Project Name: B2C-CDHDeveloper Name: Prakash Kumar SahuDescription: This is GitHub Action workflow for CI/CD implemenation of SynapseChange Mode: NewDate: 18-Jan-2023*****************************************************************************************name: incremental_workspace_deployment_cicd on: ******** Start: Code for BUILD Job ********jobs: ******** End: Code for BUILD Job **************############################# Start: Deploy to ACC ################################### ############## Start: Login using SPN certificate in PEM format ACC ##################################################################################
` |
Beta Was this translation helpful? Give feedback.
-
The pipeline is not triggering and deploying the artifact only from the release/gateway branch and then deploy to other environment synapse workspace deployment. Kindly suggest |
Beta Was this translation helpful? Give feedback.
-
Hello, the GitHub Action you are using is also open source. We recommend submit an issue here: https://github.com/Azure/Synapse-workspace-deployment |
Beta Was this translation helpful? Give feedback.
-
I have a branching strategy. like the below
here, from development branch, I have created a release/version_1.0.0 branch and then developed some features and then created one more branch from release/version_1.0.0, that release/version_1.0.0_gateway branch. From here all the new features to go to next environment synapse workspace. Here, I am getting the error and it is not deploying from the branch.
Beta Was this translation helpful? Give feedback.
All reactions