Skip to content
/ fly-mysql Public template

Template for launching mysql for wordpress on fly.io

License

Notifications You must be signed in to change notification settings

raven-consult/fly-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fly MySQL

Use this template for launching mysql for wordpress on fly.io

Get Started

First install and authenticate with flyctl tool

curl -L https://fly.io/install.sh | sh

export FLYCTL_INSTALL="$HOME/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"

fly auth login

Then launch from the template:

fly launch --from https://github.com/raven-consult/fly-mysql --no-deploy

Update the environment variable from the example env file:

cp .env.example .env
vim .env

Then set the environment variables as fly.io secrets

cat .env | fly secrets import

Upon successful staging, you can then deploy

fly deploy --ha=false

About

Template for launching mysql for wordpress on fly.io

Topics

Resources

License

Stars

Watchers

Forks