cowprotocol / dune-bridge

Other
4 stars 3 forks source link

Move deployment to github actions and publish to GHCR #4

Closed nlordell closed 2 years ago

nlordell commented 2 years ago

This PR migrates the deploy.sh script to a GitHub action like we did for cowprotocol/services#2.

I also noticed that this repo does not auto-redeploy on new commits like we have in the services repo. I will leave it as-is if this is intended. If not we can use cowprotocol/autodeploy-action to trigger a re-deploy of the pods on new commits.

I also fixed some small cargo clippy lints to make CI pass.

Test Plan

Build a docker image when this merges!