Add some CI, let's see how badly this explodes
Badgey Deployment / build (push) Failing after 42s Details

This commit is contained in:
Xyon 2023-09-25 14:21:33 +01:00
parent 7504be2173
commit 92aa0f798d
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: Badgey Deployment
run-name: Deploy to prod
on:
push:
branches:
- main
jobs:
build:
runs-on: rust
steps:
- name: Checkout
uses: actions/checkout/v3
- name: Build (Release)
run: cargo build --release
- name: Deploy
run: bash cicd/deploy.sh