Skip to content

Commit dbbb14f

Browse files
committed
test
1 parent a23e625 commit dbbb14f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ jobs:
2020

2121
- name: 🚢 Docker Update
2222
run: |
23-
"cd /home/ubuntu/github-actions-ftp & sudo docker compose down & sudo docker compose up -d"
23+
ls /home/ubuntu
24+
cd /home/ubuntu/github-actions-ftp || exit 1
25+
sudo docker compose down || exit 1
26+
sudo docker compose up -d || exit 1

0 commit comments

Comments
 (0)