Skip to content

Commit

Permalink
Remove outdated Docker image deployment workflow and documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Jan 22, 2024
1 parent 0f2fdc3 commit 4bb67cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 134 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/push_docker_image.yml

This file was deleted.

Binary file removed documentation/_static/publish_action_example.png
Binary file not shown.
6 changes: 4 additions & 2 deletions documentation/general/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ workflow is completely automated and auditable via GitHub Workflows.**

1. Build and publish the docker image(s) for the application and tag
appropriately for the deployment.
- This happens inside the
[`ci_cd.yml` workflow](https://github.com/WordPress/openverse/blob/2646c5ead465603b42c70f58a190f7b50861d698/.github/workflows/ci_cd.yml#L866)
- This happens for every commit on the `main` branch inside the
[`ci_cd.yml` workflow](https://github.com/WordPress/openverse/blob/ce5424f2dfce97772ebd887f09e8943f89c56171/.github/workflows/ci_cd.yml#L905)
rather than the deployment workflows.
- If wishing to publish from a non-`main` branch, use the
[`perform_deploy` input on the `ci_cd.yml` workflow](https://github.com/WordPress/openverse/blob/ce5424f2dfce97772ebd887f09e8943f89c56171/.github/workflows/ci_cd.yml#L16).
2. Download the template task definition from AWS for the environment and
application being deployed. Render a new task definition based on the
template, changing the following:
Expand Down
1 change: 0 additions & 1 deletion documentation/general/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ general_setup
quickstart
run
test
publish
zero_downtime_database_management
deployment
logging
Expand Down
68 changes: 0 additions & 68 deletions documentation/general/publish.md

This file was deleted.

0 comments on commit 4bb67cf

Please sign in to comment.