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

Add Docker Swarm #12

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add Docker Swarm #12

wants to merge 1 commit into from

Conversation

michaelfromyeg
Copy link
Owner

@michaelfromyeg michaelfromyeg commented Jan 10, 2024

Closes #9.

WIP.

edit: instructions for provisioning it on Digital Ocean here


logger.info("Sent message to %s: %s", phone, message.sid)
if FLASK_ENV == "development":
logger.info("Skipping SMS in development mode; would send %s", message_body)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (secret)
as clear text.
@michaelfromyeg michaelfromyeg self-assigned this Jan 10, 2024
@michaelfromyeg michaelfromyeg added the enhancement New feature or request label Jan 10, 2024
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

Successfully merging this pull request may close these issues.

Migrate to Docker Swarm; better roll-outs
1 participant