Commit Graph

4 Commits

Author SHA1 Message Date
Louis
6e038ead84 Automates deployment workflow using Gitea Actions
Some checks failed
Deploy React portfolio / deploy (push) Failing after 1m3s
Sets up a Gitea Actions workflow to automatically build and deploy the React portfolio website to the production server.

This includes:
- Using a containerized environment for consistent builds.
- Installing dependencies and building the project.
- Deploying the built files to the web server via SSH and rsync.
- Reloading the web server configuration to apply changes.

Also, this change updates the .gitignore file to exclude the 'dist' directory.
2025-10-29 01:35:49 +01:00
Louis
b0a4f1be5a Updates deployment script to use dist folder
Some checks failed
Deploy Portfolio / deploy (push) Failing after 27s
Modifies the deployment script to correctly reference the `dist` directory instead of the `build` directory.

This ensures that the correct files are deployed to the web server.
2025-10-29 01:27:27 +01:00
Louis
30568c8851 feat: update to use correct ssh
Some checks failed
Deploy Portfolio / deploy (push) Failing after 27s
2025-10-29 01:25:13 +01:00
Louis
ffde4ce5eb Adds CI/CD pipeline for portfolio deployment
Some checks failed
Deploy Portfolio / deploy (push) Failing after 2m11s
Sets up a CI/CD pipeline to automate the deployment of the portfolio website to a web server.

The pipeline includes steps for:
- Checking out the code
- Setting up Node.js
- Installing dependencies
- Building the application
- Deploying the built application to the web server via SSH.

This automated deployment ensures that the portfolio is always up-to-date with the latest changes.
2025-10-29 01:19:27 +01:00