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

correct accidental continous deploys #337

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

jmhodges
Copy link
Contributor

This is a port of
mozilla-services/autograph#1063 (and
mozilla-services/autograph#1060).

Currently, we're doing a deploy to one of our staging environments on
every merge to main this repo. That wasn't desired.

Along the way, we also build arm64 versions of the docker image for
convenience. See mozilla-services/autograph#1059

This is a port of
mozilla-services/autograph#1063 (and
mozilla-services/autograph#1060).

Currently, we're doing a deploy to one of our staging environments on
every merge to main this repo. That wasn't desired.

Along the way, we also build arm64 versions of the docker image for
convenience. See mozilla-services/autograph#1059
@jmhodges jmhodges marked this pull request as ready for review November 19, 2024 16:47
@jmhodges jmhodges requested review from a team as code owners November 19, 2024 16:47
@jmhodges jmhodges requested a review from alexcottner November 19, 2024 16:47
@jmhodges jmhodges merged commit 23e2e39 into main Nov 19, 2024
7 checks passed
jmhodges added a commit that referenced this pull request Nov 19, 2024
In #337, we
reference `make generate` like in the autograph repo.

But here that was called `make version.json`. For consistency, and any
possible (though, unlikely) additions to what needs to be generate, we
rename the make target to `generate` and leave the deploy workflow
alone.
jmhodges added a commit that referenced this pull request Nov 19, 2024
In #337, we
reference `make generate` like in the autograph repo.

But here that was called `make version.json`. For consistency, and any
possible (though, unlikely) additions to what needs to be generate, we
rename the make target to `generate` and leave the deploy workflow
alone.
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.

2 participants