Skip to content

Commit 879f4c7

Browse files
committed
fix: comands
1 parent dbbb14f commit 879f4c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ jobs:
1919
password: ${{ secrets.FTP_PASSWORD }}
2020

2121
- name: 🚢 Docker Update
22-
run: |
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
22+
run: "sudo docker compose down & sudo docker compose up -d"

0 commit comments

Comments
 (0)