Skip to content

Commit 18d961e

Browse files
committed
Add git pull to deploy job
1 parent 71b58bf commit 18d961e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
set -e
5959
cd ~/projects/local-smart-portfolio
6060
61+
echo "📦 Pulling latest code from GitHub..."
62+
git pull origin main
63+
6164
echo "📥 Pulling latest GHCR images..."
6265
docker compose -f docker-compose.yml -f docker-compose.homelab.yml pull
6366

0 commit comments

Comments
 (0)