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

feat(apps): Deploy to an environment #605

Merged
merged 8 commits into from Jan 31, 2023

Conversation

raulb
Copy link
Member

@raulb raulb commented Jan 27, 2023

Description of change

Fixes #595

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging
  • Tested in minikube

Demo

Before

$ meroxa apps deploy --spec 0.2.0
...

After

$ meroxa apps deploy --spec 0.2.0 --env my-env
...

cmd/meroxa/root/apps/deploy.go Show resolved Hide resolved
cmd/meroxa/root/apps/deploy.go Outdated Show resolved Hide resolved
Base automatically changed from raul/add-environments-to-apps-ls to master January 30, 2023 15:50
@raulb raulb force-pushed the raul/add-environments-to-app-deploy branch from d8a77b3 to 8e899dd Compare January 30, 2023 15:54
Copy link
Contributor

@anna-cross anna-cross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@raulb raulb force-pushed the raul/add-environments-to-app-deploy branch 2 times, most recently from 420acc0 to fdf1944 Compare January 31, 2023 12:45
@raulb raulb force-pushed the raul/add-environments-to-app-deploy branch from fdf1944 to 9a72146 Compare January 31, 2023 12:49
@raulb raulb merged commit c18979a into master Jan 31, 2023
@raulb raulb deleted the raul/add-environments-to-app-deploy branch January 31, 2023 16:21
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

Successfully merging this pull request may close these issues.

[Env: cli] Environment support for apps deploy
3 participants