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

DevOps: Setup GitHub Actions #6

Open
Riyad-boop opened this issue Sep 26, 2023 · 0 comments
Open

DevOps: Setup GitHub Actions #6

Riyad-boop opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Riyad-boop
Copy link
Collaborator

Issue

  1. There is currently no continuous integration or deployment pipeline in place.
  2. The main branch isn't protected. Protect this branch from force pushing or deletion, or require status checks before merging.

Tasks to complete

Continuous Integration

  1. Create a GitHub actions workflow to initialise a docker container with a test app and database.
  2. Run the python tests in the test container.
  3. Close the docker container.
  4. Merge branch to main.

Continuous Deployment

  1. Initialise a docker container a production version of the app (connected to RDS).
  2. Execute alembic database migrations.
  3. Close the docker container.
  4. Install Python libraires using Linux distribution.
  5. Install GeoAlchemy packages separately.
  6. Cache installed libraries.
  7. Zip the entire project.
  8. Deploy to S3 and/or Lambda.
@Riyad-boop Riyad-boop added the enhancement New feature or request label Sep 26, 2023
@Riyad-boop Riyad-boop self-assigned this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant