Category: github

Github Actions bring a fine grain control over our CI/CD tasks. It can vary from working directly onmaster branch, to having a sophisticated pipeline of review, QA, staging and production.

We can even simplify this by writing a javascript based Actions of our own and using it here.

Here, the global variables defined by Actions are: There are many Actions available to deploy the code to S3, but we will try to write a step to upload it on our own.

We can do it either manually using pip install or can use Actions from Marketplace .

Related Articles