We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, after an app is deployed on the deployer server, we call sync-swarm on the swarm manager to start running it.
Rename the swarm-syncer/beamup-sync-swarm script to orchestrate/beamup-orchestrate and make it only invokable with triggers, such as:
swarm-syncer/beamup-sync-swarm
orchestrate/beamup-orchestrate
This "on deploy" trigger will allow us to also send ENV vars along, which is something that the current swarm-syncer does not support.
This will also require changes in the dokku plugin
The text was updated successfully, but these errors were encountered:
jaruba
No branches or pull requests
Currently, after an app is deployed on the deployer server, we call sync-swarm on the swarm manager to start running it.
Rename the
swarm-syncer/beamup-sync-swarm
script toorchestrate/beamup-orchestrate
and make it only invokable with triggers, such as:This "on deploy" trigger will allow us to also send ENV vars along, which is something that the current swarm-syncer does not support.
This will also require changes in the dokku plugin
The text was updated successfully, but these errors were encountered: