1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 17:19:00 +03:00
Commit graph

2 commits

Author SHA1 Message Date
4ccf40bf35
Allow better customisation of autodeploy through secrets and variables (#102)
The production environment and host are ready for this PR

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-09-04 20:59:30 +03:00
501c51b865
Add automatic deployment (#90)
This PR closes #87.

This PR splits the workflow into 2 files: `build-pr.yml` and
`build-push.yml`.
The former runs InspectCode to make sure issues don't get through, while
the latter builds and uploads Boyfriend and publishes it to a remote
production server via SSH.

---------

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-08-14 13:24:20 +00:00