All deployments

Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Update robots.txt for sitemap inclusion
Add sitemap URL to improve search engine indexing.
Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Implement code changes to enhance functionality and improve performance
Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Implement structural updates and optimizations across multiple modules
Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Refactor code structure for improved readability and maintainability
Peter Theill
Peter Theill 
deployed a feature about 1 year ago
about 1 year ago
✨ Update robots.txt to include sitemap reference
Add a sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Add sitemap entry to robots.txt
Include sitemap URL for better search engine indexing.
Peter Theill
Peter Theill 
deployed a styling change about 1 year ago
about 1 year ago
🎨 Refactor featured project display and header layout
Enhance styling and structure for the featured project section and
improve header navigation with an RSS feed link.
Peter Theill
Peter Theill 
deployed a dependency update about 1 year ago
Oliver
Oliver  
deployed a security update about 1 year ago
Peter Theill
Peter Theill 
deployed a refactoring about 1 year ago
about 1 year ago
🔧 Add script to wipe and restore development database from production

  • Created a new script `wipe-development-db.sh` to automate the process of dumping the production database and restoring it to the development environment.

  • Established an SSH tunnel to the production database for secure access.

  • Included commands to drop the existing development database and recreate it before importing the dumped data.

  • Added verbose output for better tracking of the process.