Skip to content

Commit 141e831

Browse files
author
WhisperN
committed
Fixing dashboard workflow
1 parent b11c3cd commit 141e831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Execute SSH command on remote
5757
run: |
5858
ssh [email protected] 'bash -l -c "
59-
cd /Users/nilsj/Projects/home-iot/deployment/backend/iot-dashboard
59+
cd /Users/nilsj/Projects/home-iot/deployment/iot-dashboard
6060
docker stop iot-dashboard || true
6161
docker rm iot-dashboard || true
6262
docker build -t iot-dashboard:latest .

0 commit comments

Comments
 (0)