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

Rodan staging server does not have the latest update on develop branch #1155

Closed
yinanazhou opened this issue May 28, 2024 · 3 comments
Closed

Comments

@yinanazhou
Copy link
Member

The frontend changes are not updated to rodan staging.

@homework36
Copy link

homework36 commented May 28, 2024

I don't know what are the steps to do after merged pull request to make new changes work on our servers. I believe we should build the related image, push to docker cloud, pull to the server, and restart docker swarm. But I'm not sure and I'm very afraid of doing anything I'm not familiar with to the current staging server at this point...

Used:

git stash (or manually save config)
git pull origin develop
git stash pop
make staging

Also need to remove dangling images:

docker images -f "dangling=true" -q | xargs docker rmi

New changes are still not there...
We are not sure if the automated nightly image build is working. Also, docker-bot hasn't sent messages on slack as it is supposed to since the beginning of March.

@homework36 homework36 changed the title Docker image nightly build fail Rodan staging server does not have the latest update on develop branch May 28, 2024
@fujinaga
Copy link
Member

fujinaga commented May 28, 2024 via email

@homework36
Copy link

Either wait until you have the production version working or while we wait for a room on the server to run the production instance, is it possible to setup a small second staging instance to test? On May 29, 2024, at 00:03, Hanwen Zh @.> wrote:  I don't know what are the steps to do after merged pull request to make new changes work on our servers. I believe we should build the related image, push to docker cloud, pull to the server, and restart docker swarm. But I'm not sure and I'm very afraid of doing anything I'm not familiar with to the current staging server at this point... — Reply to this email directly, view it on GitHub<#1155 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAH342JHU4QWMPMTKV5DJNLZESMC7AVCNFSM6AAAAABINCGQJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVGQ2TMNBTGA. You are receiving this because you are subscribed to this thread.Message ID: @.>

Yes, I'll try.

Also, current changes are on staging now.

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

3 participants