Code Deployer is a tool designed to automate the deployment of code to a non-gcp environement. It simplifies the process of deploying applications.
- Automated deployment using pubsub and make
- pubsub setup in gcp
- service account with permission:
- pubsub
- artifact registry reader
To install Code Deployer, clone the repository and build the project:
git clone https://github.com/jtefteller/code_deployer.git
cd code_deployer
make install
To deploy your code, run the following command:
go build
./code_deployer
Configuration files are located in the config
directory. Modify these files to suit your environment needs.
We welcome contributions! Please fork the repository and submit pull requests.
This project is licensed under the MIT License. See the LICENSE
file for details.