We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5e056 commit 32a55ebCopy full SHA for 32a55eb
1 file changed
.github/workflows/deploy.yml
@@ -27,6 +27,8 @@ jobs:
27
cd /home/${{ secrets.EC2_USER }}/CodeCollab
28
29
echo "=== Pulling latest code ==="
30
+ git checkout -- .
31
+ git clean -fd
32
git pull origin main
33
34
echo "=== Installing backend dependencies ==="
0 commit comments