We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835dead commit fb3d272Copy full SHA for fb3d272
1 file changed
.github/workflows/deploy.yml
@@ -35,7 +35,12 @@ jobs:
35
GIT_SSH_COMMAND="ssh -i ../.ssh/deploy-key" git pull origin main
36
fi
37
38
- # Run docker compose
+ # Run docker compose backend
39
cd /home/ubuntu/scribble/backend
40
docker compose down
41
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