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

How do we set a dynamic version of the label or no version_label at all? #72

Open
alacret opened this issue Dec 10, 2021 · 2 comments
Open

Comments

@alacret
Copy link

alacret commented Dec 10, 2021

No description provided.

@einaregilsson
Copy link
Collaborator

You have to set some version label, Beanstalk requires it. But you can set it to any variable in your github action, you could use the $GITHUB_RUN_NUMBER for example, which is just an increasing number for every run of the action. E.g. version_label: ${{ github.run_number }}

@kuriel-trivu
Copy link

kuriel-trivu commented Jan 9, 2022

how to

eb labs cleanup-versions --force

???

To remove previous versions before deploy the new one.

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

2 participants