We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b58bf commit 18d961eCopy full SHA for 18d961e
1 file changed
.github/workflows/deploy.yml
@@ -58,6 +58,9 @@ jobs:
58
set -e
59
cd ~/projects/local-smart-portfolio
60
61
+ echo "📦 Pulling latest code from GitHub..."
62
+ git pull origin main
63
+
64
echo "📥 Pulling latest GHCR images..."
65
docker compose -f docker-compose.yml -f docker-compose.homelab.yml pull
66
0 commit comments