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
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
I try to figure out the way of creating a common development sequence:
A: Update source code (manually) then run a single command that does:
B1: Build new image, then push it to DockerHub
B2: Apply changes by restarting Service with the new image (pull new image, start new revision)
Is this something that I can do with the Build file (just by defining all these steps or should I implement some advanced script or smth).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to figure out the way of creating a common development sequence:
A: Update source code (manually) then run a single command that does:
B1:
Build
new image, then push it to DockerHubB2: Apply changes by restarting
Service
with the new image (pull new image, start new revision)Is this something that I can do with the
Build
file (just by defining all these steps or should I implement some advanced script or smth).The text was updated successfully, but these errors were encountered: