pull from main

This commit is contained in:
inhji 2023-03-27 09:28:18 +02:00
parent 70366d8d7f
commit 1fcc71725c

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "Pulling latest changes.."
git pull
git pull origin main
echo "Updating mix dependencies.."
mix deps.get --only prod