Skip to content

Commit fb3d272

Browse files
authored
Update deploy.yml
1 parent 835dead commit fb3d272

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
GIT_SSH_COMMAND="ssh -i ../.ssh/deploy-key" git pull origin main
3636
fi
3737
38-
# Run docker compose
38+
# Run docker compose backend
3939
cd /home/ubuntu/scribble/backend
4040
docker compose down
4141
docker compose up -d --build
42+
43+
# Run docker compose frontend
44+
cd /home/ubuntu/scribble/frontend
45+
docker compose down
46+
docker compose up -d --build

0 commit comments

Comments
 (0)