We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11c3cd commit 141e831Copy full SHA for 141e831
.github/workflows/docker-dashboard.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Execute SSH command on remote
57
run: |
58
ssh [email protected] 'bash -l -c "
59
- cd /Users/nilsj/Projects/home-iot/deployment/backend/iot-dashboard
+ cd /Users/nilsj/Projects/home-iot/deployment/iot-dashboard
60
docker stop iot-dashboard || true
61
docker rm iot-dashboard || true
62
docker build -t iot-dashboard:latest .
0 commit comments