- Adds a new project entry to the resume configuration.
- Updates the resume content to reflect the Fable Upskill project.
- Corrects a grammatical error in the project description.
- Consolidates SSH setup and deployment into a single step.
- Simplifies the deployment workflow by combining steps.
- Uses a more concise SSH command for deployment.
- Removes unnecessary SSH key agent initialization.
- Uses relative path `repo` in the deployment command.
- Initialize SSH agent forwarding to allow SSH key usage.
- This resolves issues with deploying to the server.
- Ensures the deployment process can access the SSH key.
- Renames the workflow from `CI` to `Deploy to Server`.
- Adds SSH key setup and deployment steps.
- Uses secrets for SSH key, host, user, and port.
- Pulls the latest changes from the origin master branch.
- Executes the build script after pulling changes.
- Removes the automated deployment configuration.
- This configuration was unnecessary and potentially insecure.
- The deployment process will now be handled manually.
- Adds a workflow to deploy to the server on master pushes.
- Uses secrets for SSH key, host, user, and port.
- Installs necessary dependencies within the workflow.
- Stashes local changes and pulls the latest changes via SSH.
- Executes the build script after pulling the latest changes.
- Update personal projects list with new entries.
- Add Gitea links to personal projects.
- Update `content/about.md` to include Git server link.
- Update shortcodes to use gitea-small.png.
- Add gitea-small.png to static assets.
- Delete static/5f5af45.png, which was no longer referenced.
- This image was a leftover from a previous iteration.
- Clean up the static assets directory.