ApeWorX / ape-aws

Plugin to interact with AWS for transactions on the Ethereum Blockchain
Apache License 2.0
2 stars 0 forks source link

feat: adding deploy feature for docker #7

Open johnson2427 opened 4 months ago

johnson2427 commented 4 months ago

What I did

Added a deploy feature to build a docker base image for ape-aws and store in github's container registry

How I did it

created a Dockerfile to install ape-aws, created a deploy.yaml file to build and deploy

How to verify it

Currently, the feature builds on any push, need to only allow a build on master

Checklist