You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great idea!
On Oct 13, 2023, at 10:35 AM, softcat477 ***@***.***> wrote:
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)
—
Reply to this email directly, view it on GitHub<#71>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAH342JLU77BPYSAEPGXKETX7FGTZAVCNFSM6AAAAAA57IC5N6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DEMBYGMZTKOI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Here's steps to deploy staging:
git pull
on dev branchGoals:
The text was updated successfully, but these errors were encountered: