Skip to content

Commit 28f577f

Browse files
committed
add few deployment commands
1 parent 5ae6bdc commit 28f577f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Run Docker Compose
2020
run: |
2121
cd /home/devteam/frontend
22-
docker compose up -d
22+
git pull origin main
23+
docker compose up -d --buid --remove-orphans

0 commit comments

Comments
 (0)