This commit is contained in:
@@ -29,4 +29,14 @@ jobs:
|
|||||||
# Deploy
|
# Deploy
|
||||||
cd /opt/docker/plex
|
cd /opt/docker/plex
|
||||||
# Note: If the /dev/dri error persists, you must edit the plex.yml in your repo first
|
# Note: If the /dev/dri error persists, you must edit the plex.yml in your repo first
|
||||||
docker compose up -d --remove-orphans
|
docker compose up -d --remove-orphans
|
||||||
|
|
||||||
|
- name: Sync and Launch CV
|
||||||
|
run: |
|
||||||
|
mkdir -p /opt/docker/cv
|
||||||
|
# Sync everything in the cv folder (html, dockerfile, etc)
|
||||||
|
cp -r ./cv/. /opt/docker/cv/
|
||||||
|
|
||||||
|
cd /opt/docker/cv
|
||||||
|
# Rebuild is necessary here because it's a custom Dockerfile
|
||||||
|
docker compose up -d --build --remove-orphans
|
||||||
Reference in New Issue
Block a user