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

Reconfigure an application #3

Open
rahoulb opened this issue Jun 26, 2023 · 0 comments
Open

Reconfigure an application #3

rahoulb opened this issue Jun 26, 2023 · 0 comments

Comments

@rahoulb
Copy link
Contributor

rahoulb commented Jun 26, 2023

Once an app has deployed you may want to update the configuration.

anvil app update my_config.yml

This needs to

  • If required, add git remotes for each host
  • generate the environment variables (see Deploy a dokku app #2 for notes on this)
  • SSH into each host and set the environment variables

Options:

  • run on a subset of the hosts --hosts=host1.example.com host2.example.com
  • do not perform an app restart --no-restart
  • scale the processes --scale
  • run in serial instead of in parallel --serial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant