-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cd: add tests step to continuous deployment process
Rename `build-and-push` workflow file to `continuous-deployment`, And add three steps to the main & only job of the workflow after the first step, the new steps: - "Install dependencies" step - "Create `.env.secret` file" step - "Run tests" step Write an additional scripts in `mongodb-replicas-init.sh` for checking the status of the members in mongo database replica set frequently every 1 second to know if the database (the replica set) is ready to receive queries.
- Loading branch information
1 parent
8b1c4ac
commit 7a7bc6b
Showing
2 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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