Skip to content

Commit 4859b84

Browse files
committed
removing deployment
1 parent fcaa58a commit 4859b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The web app must be built using the Python [flask](https://palletsprojects.com/p
5858
- The server must store the data received in a database and provide a web dashboard for users to visualize the data.
5959
- The code must also be formatted in accordance with `PEP 8` using the `black` formatter and `pylint` linter to ensure correctness.
6060
- Unit tests using `pytest`and [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/) must be written for the web app code that provide at least 80% code coverage of the server code.
61-
- The web app must have a Continuous Integration / **Continuous Deployment** (CI/**CD**) workflow using [GitHub Actions](https://github.com/features/actions) that automatically builds, tests, and deploys the updated server subsystem every time a pull request is approved and code is merged into the `main` branch.
61+
- The web app must have a Continuous Integration / (CI) workflow using [GitHub Actions](https://github.com/features/actions) that automatically builds, tests the updated subsystem every time a pull request is approved and code is merged into the `main` branch.
6262
- Like the other parts, the web app must run within its own Docker container.
6363
- Put all code for this subsystem within the `web-app` subdirectory of this repository.
6464

0 commit comments

Comments
 (0)