Player Client and Visual Enhancements
- Redesigned audio player bar to be mobile-friendly - Added unloading for track switching (needs to be fixed) - Added IsLoading status so loading spinner isn't hanging around when it shouldn't be - Normalized styles with scoped files (will further reduce) - Layout Cleanup - EF fixes (migrations now function for deployment) - deploy script updates (new dedicated host)
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ echo "🚀 Starting CLI deployment process..."
|
||||
# start SSH agent and add key
|
||||
echo "🔑 Starting SSH agent and adding deployment key..."
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add /c/.ssh/deepdrft_ed25519
|
||||
ssh-add /c/.ssh/deepdrft_dch6_ed25519
|
||||
echo "✅ SSH agent configured"
|
||||
|
||||
CLI_PROJ="DeepDrftCli"
|
||||
@@ -37,7 +37,7 @@ tar -czf $CLI_APP -C $CLI_PROJ/publish .
|
||||
echo "✅ Package created: $CLI_APP"
|
||||
|
||||
# Deploy
|
||||
REMOTE="deepdrft@dch5.snailbird.net"
|
||||
REMOTE="deepdrft@dch6.snailbird.net"
|
||||
CLI_APPROOT="/deepdrft/cli"
|
||||
|
||||
echo "🌐 Deploying to remote server: $REMOTE"
|
||||
|
||||
Reference in New Issue
Block a user