I am using Adobe I/O Runtime and have deployed my web action. Currently, I have checked out the code locally and am using the aio app run command to deploy the code to the appropriate Adobe I/O workspace. Is it possible to achieve this deployment process using Cloud Manager or Jenkins? Are there any best practices I should follow?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Mario248 ,
AIO workspace is NOT cloudmanager controlled. But you can sure automate with Jenkins if required.
Adobe provides even better CI-CD devops experience using Github Actions. There are lot of documentation:
https://developer.adobe.com/app-builder/docs/guides/deployment/
https://developer.adobe.com/app-builder/docs/getting_started/publish_app/
https://developer.adobe.com/app-builder/docs/guides/deployment/ci_cd_for_firefly_apps/
I ll summarize if documentation is overwhelming
Adobe recommended way: Github Workflows
Custom way using Jenkins:
One comment though, we tried converting workflow into curl commands and running inside a our client github runners. It failed due to client firewall restrictions. Advice would be to make adobe workflows run. And then explore alternate solutions if required.
Hi @Mario248 ,
AIO workspace is NOT cloudmanager controlled. But you can sure automate with Jenkins if required.
Adobe provides even better CI-CD devops experience using Github Actions. There are lot of documentation:
https://developer.adobe.com/app-builder/docs/guides/deployment/
https://developer.adobe.com/app-builder/docs/getting_started/publish_app/
https://developer.adobe.com/app-builder/docs/guides/deployment/ci_cd_for_firefly_apps/
I ll summarize if documentation is overwhelming
Adobe recommended way: Github Workflows
Custom way using Jenkins:
One comment though, we tried converting workflow into curl commands and running inside a our client github runners. It failed due to client firewall restrictions. Advice would be to make adobe workflows run. And then explore alternate solutions if required.
Thank you @sarav_prakash
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies