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

chore(build): automate jumphost setup #412

Merged
merged 4 commits into from
Apr 1, 2022

Conversation

seaerchin
Copy link
Contributor

@seaerchin seaerchin commented Mar 30, 2022

Problem

Jumphost set up is tedious and prone to errors. Developer friction could be eased by automating parts of the jumphost setup and making it a fixed command.

Solution

  • Add a .ssh folder for storing related information and shift env files + credentials there
  • Add command to automate jumphost process to eliminate human error

Notes

  • only the jump command has actually been tested; the db:migrate:<env> command has not as the corresponding migrations have already been ran

Copy link
Contributor

@alexanderleegs alexanderleegs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for doing this up, it makes it a lot more convenient to run migrations!

@seaerchin seaerchin merged commit 7b704a0 into develop Apr 1, 2022
@seaerchin seaerchin deleted the chore/automate-jumphost-setup branch April 1, 2022 02:23
This was referenced Apr 14, 2022
harishv7 pushed a commit that referenced this pull request Feb 17, 2023
* chore(readme): add .md file ext for correct rendering

* chore(package.json): add new commands for db stuff

* chore(package.json): add commadn for local migration

* docs(readme): update for new commands
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

Successfully merging this pull request may close these issues.

2 participants