馃 Rename Docker workflow - #90
Merged
ErikSchierboom merged 1 commit intoMar 4, 2022
Merged
Conversation
ErikSchierboom
force-pushed
the
rename-docker-workflow
branch
from
March 4, 2022 09:17
b28f30b to
0d09994
Compare
This commit renames `.github/workflows/docker.yml` to `.github/workflows/deploy.yml`. This rename is necessary to allow for this workflow to be automatically synced across all tooling repos from the exercism/org-wide-files repo. This repo will receive a second PR soon-ish, in which we'll sync an updated version of this workflow to eliminate dependabot updates for this workflow. We've chosen to rename the file to `deploy.yml` as that best describes its purpose: ensuring that the tooling is deployed. The fact that we use Docker internally as our deployment mechanism is merely an implementation detail.
iHiD
approved these changes
Mar 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR renames
.github/workflows/docker.ymlto.github/workflows/deploy.yml.This rename is necessary to allow for this workflow to be automatically synced across all tooling repos from the exercism/org-wide-files repo.
We've chosen to rename the file to
deploy.ymlas that best describes its purpose: ensuring that the tooling is deployed.The fact that we use Docker internally as our deployment mechanism is merely an implementation detail.
See exercism/exercism#6263