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
Modify our CD workflow to ensure the remote server has docker installed.
Description
We need docker to start up all our containers in the remote VM. Right now, we're just manually checking that the VM has docker installed, but we can automate this.
Purpose
Modify our CD workflow to ensure the remote server has
docker
installed.Description
We need
docker
to start up all our containers in the remote VM. Right now, we're just manually checking that the VM hasdocker
installed, but we can automate this.See the PR below, you'll want to an additional step in
.github/workflows/deployment.yml
. Also, make sure to update the documentation here: https://ubcsailbot.atlassian.net/wiki/spaces/prjt22/pages/2048032924/Website+DeploymentResources
The text was updated successfully, but these errors were encountered: