orhun / rustypaste

A minimal file upload/pastebin service.
https://blog.orhun.dev/blazingly-fast-file-sharing
MIT License
760 stars 47 forks source link

refactor(server): remove shuttle code and deps #328

Closed tessus closed 1 month ago

tessus commented 1 month ago

Description

This change removes the code for shuttle and also the gh workflow for shuttle deployment.

Motivation and Context

see #326

How Has This Been Tested?

Changelog Entry

### Removed

- shuttle code and deps

Types of Changes

Checklist:

orhun commented 1 month ago

We can also remove the shuttleapp.rs references from config.toml and examples/ :)

tessus commented 1 month ago

Good point. Will do.