Skip to content

Commit 9efc0ff

Browse files
committed
2 parents 6907ae2 + fb3d272 commit 9efc0ff

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)