Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(workflows) add GitHub Actions workflow for preview builds #2446

Merged
merged 32 commits into from
Sep 20, 2024
Merged

Commits on Sep 17, 2024

  1. Add GitHub Actions workflow for Docker builds and deployment

    This commit introduces a new GitHub Actions workflow file, `preview.yml`, to automate building and deploying Docker images. The workflow includes steps for setting up the Rust toolchain, building binaries, archiving artifacts, and deploying them via Docker and Slot. This enhancement streamlines the CI/CD process, ensuring consistency and efficiency in releases.
    steebchen committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6c6b40d View commit details
    Browse the repository at this point in the history
  2. wip

    steebchen committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    26ad014 View commit details
    Browse the repository at this point in the history
  3. wip

    steebchen committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    662d194 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0fa007b View commit details
    Browse the repository at this point in the history
  2. bin slot

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6605027 View commit details
    Browse the repository at this point in the history
  3. fix

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c130548 View commit details
    Browse the repository at this point in the history
  4. temp

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ce3441c View commit details
    Browse the repository at this point in the history
  5. wip

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5a4bec7 View commit details
    Browse the repository at this point in the history
  6. xdg

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    27e445c View commit details
    Browse the repository at this point in the history
  7. short sha

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2d4a062 View commit details
    Browse the repository at this point in the history
  8. uncomment

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e9076a6 View commit details
    Browse the repository at this point in the history
  9. world input

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0dcec2c View commit details
    Browse the repository at this point in the history
  10. remove slot

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a18222b View commit details
    Browse the repository at this point in the history
  11. fix

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    259fb63 View commit details
    Browse the repository at this point in the history
  12. bump

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ea45f9d View commit details
    Browse the repository at this point in the history
  13. remove branch deploy

    steebchen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    053a4b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. dockerify all

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c781b15 View commit details
    Browse the repository at this point in the history
  2. temp preview publish

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4afe768 View commit details
    Browse the repository at this point in the history
  3. rust toolchain & fixes

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    48c8e0a View commit details
    Browse the repository at this point in the history
  4. docker wip

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d9c53d1 View commit details
    Browse the repository at this point in the history
  5. build local and run

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    44e5efc View commit details
    Browse the repository at this point in the history
  6. revert

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    64d19a1 View commit details
    Browse the repository at this point in the history
  7. checkout fix

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c91600f View commit details
    Browse the repository at this point in the history
  8. ls

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3198ed2 View commit details
    Browse the repository at this point in the history
  9. fix

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    87d2b3e View commit details
    Browse the repository at this point in the history
  10. fix

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ec35a9d View commit details
    Browse the repository at this point in the history
  11. fix artifacts

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3f8d57b View commit details
    Browse the repository at this point in the history
  12. move cache

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb80ecc View commit details
    Browse the repository at this point in the history
  13. separate cache

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cf7cc62 View commit details
    Browse the repository at this point in the history
  14. minor adaptions

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    55819aa View commit details
    Browse the repository at this point in the history
  15. bump to 32 cores yolo

    steebchen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ba0273b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. remove temp push trigger

    steebchen committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a09b21b View commit details
    Browse the repository at this point in the history