UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

[CD] Setup docker on remote VM #387

Open jahn18 opened 2 months ago

jahn18 commented 2 months ago

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 has docker 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+Deployment

Resources