1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-28 10:09:54 +03:00

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>
This commit is contained in:
Octol1ttle 2023-08-14 18:24:20 +05:00 committed by GitHub
parent da2a88246c
commit 501c51b865
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 96 additions and 36 deletions

View file

@ -1760,3 +1760,7 @@ resharper_zero_index_from_end_highlighting = warning
indent_style = space
indent_size = 4
tab_width = 4
[*.yml]
indent_style = space
indent_size = 2