We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should it be possible to define a yml file copepod reads from?
Example
The text was updated successfully, but these errors were encountered: