1 parent 720f92d commit a9eef6cCopy full SHA for a9eef6c
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,8 @@ jobs:
27
cd /home/ubuntu/Anon-chat-backend || exit 1
28
git fetch --all
29
git reset --hard origin/main
30
-
+ yarn install --frozen-lockfile
31
+ yarn build
32
# Ensure docker-entrypoint.sh has execute permissions
33
chmod +x docker-entrypoint.sh
34
0 commit comments