AdobeDocs / commerce-services

Source of the Commerce Services developer guide
https://developer.adobe.com/commerce/services/
Other
2 stars 10 forks source link

Add autodeployment #53

Closed dshevtsov closed 1 year ago

dshevtsov commented 1 year ago

Purpose of this pull request

This pull request splits the deploy workflow into two workflows: staging and publish. The staging workflow will run similar to how the deploy workflow was run with only difference that you won't choose an environment (dev or prod). The publish workflow will run automatically with every push to the main branch. No cache cleaning or folder exclusion. Indexing is set to skip to reduce the runtime.

Affected pages

none

Additional information

Internal ref: COMDOX-292

I couldn't apply reusable workflows within the repo. Every job is a bit different. It seems to be possible to reuse the workflows in other repos though.