Update deploy.yaml
Some checks failed
Deploy Monorepo to Opt / deploy (push) Failing after 21s

This commit is contained in:
mrzta
2026-02-12 20:02:17 +00:00
parent 304735d95e
commit 6ac73429e2

View File

@@ -36,7 +36,7 @@ jobs:
mkdir -p /opt/docker/cv mkdir -p /opt/docker/cv
# Sync everything in the cv folder (html, dockerfile, etc) # Sync everything in the cv folder (html, dockerfile, etc)
cp -r ./cv/. /opt/docker/cv/ cp -r ./cv/. /opt/docker/cv/
echo "Shan33779488@@" | docker login g.h-y.st -u zeshan --password-stdin
cd /opt/docker/cv cd /opt/docker/cv
# Rebuild is necessary here because it's a custom Dockerfile # Rebuild is necessary here because it's a custom Dockerfile
docker compose up -d --build --remove-orphans docker compose up -d --build --remove-orphans