Skip to content

Commit a9eef6c

Browse files
committed
update deploy.yml
1 parent 720f92d commit a9eef6c

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
@@ -27,7 +27,8 @@ jobs:
2727
cd /home/ubuntu/Anon-chat-backend || exit 1
2828
git fetch --all
2929
git reset --hard origin/main
30-
30+
yarn install --frozen-lockfile
31+
yarn build
3132
# Ensure docker-entrypoint.sh has execute permissions
3233
chmod +x docker-entrypoint.sh
3334

0 commit comments

Comments
 (0)