ci(deploy): fix - use mounted host path for deploy
This commit is contained in:
@@ -8,10 +8,11 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy pulse-web
|
||||
run: |
|
||||
cd /opt/digital-home/pulse-web
|
||||
docker compose pull
|
||||
docker compose up -d --build
|
||||
echo "Waiting for container..."
|
||||
sleep 5
|
||||
|
||||
Reference in New Issue
Block a user