Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copepod.yml #3

Open
bjarneo opened this issue Nov 15, 2024 · 0 comments
Open

copepod.yml #3

bjarneo opened this issue Nov 15, 2024 · 0 comments

Comments

@bjarneo
Copy link
Owner

bjarneo commented Nov 15, 2024

Should it be possible to define a yml file copepod reads from?

Example

# Deployment configuration
host: example.com
user: deploy
image: my-app
dockerfile: Dockerfile
tag: latest
platform: linux/amd64
sshKey: ~/.ssh/id_rsa
containerName: my-app
containerPort: "3000"
hostPort: "3000"
envFile: .env.production

# Build arguments
buildArgs:
  VERSION: "1.0.0"
  ENV: production
  GIT_HASH: ${GIT_HASH} 
  
# Custom remote exec commands (new possible feature)
remoteCommands:
  - "apt update"
  - "apt upgrade"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant