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

Set up automation to deploy staging server #71

Closed
softcat477 opened this issue Oct 13, 2023 · 1 comment · Fixed by #82
Closed

Set up automation to deploy staging server #71

softcat477 opened this issue Oct 13, 2023 · 1 comment · Fixed by #82
Assignees
Labels
devops not related to the webpage but this makes life easier

Comments

@softcat477
Copy link
Contributor

Here's steps to deploy staging:

  1. Make a pull request to dev branch
  2. Merge the PR into dev branch
  3. ssh into staging server
  4. git pull on dev branch
  5. docker build to build all the images you need
  6. docker compose up to start vim

Goals:

  1. Automate step 3 to step 6
  2. Be able to partially reuse the pipeline when deploying production
  3. Can reuse the pipeline on other projects (e.g. rodan and linked music)
@softcat477 softcat477 added the devops not related to the webpage but this makes life easier label Oct 13, 2023
@softcat477 softcat477 self-assigned this Oct 13, 2023
@fujinaga
Copy link
Member

fujinaga commented Oct 13, 2023 via email

softcat477 added a commit that referenced this issue Oct 25, 2023
Fix #71, Deploy to stage server with Github Action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops not related to the webpage but this makes life easier
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants