hugstream-upload / start.sh
sachnun's picture
Fix git identity config by using runtime startup script
182f6a2
raw
history blame contribute delete
295 Bytes
#!/bin/bash
# Configure git identity for runtime
git config --global user.email "bot@hugstream.upload"
git config --global user.name "Hugstream Upload Bot"
echo "Git identity configured:"
git config --global user.email
git config --global user.name
# Start the application
node dist/index.js