Skip to content

Commit

Permalink
Merge remote-tracking branch 'cangrebot2/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Feb 7, 2024
2 parents a567dbb + 54d010b commit d76de4c
Show file tree
Hide file tree
Showing 20 changed files with 1,194 additions and 80 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

on:
push:
branches:
- "main"
repository_dispatch:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
# fetch submodules recursively
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
allow-dirty: "true"
no-test: "true"
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'
GUILD_ID = '${{ secrets.GUILD_ID }}'
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "static/rust-examples"]
path = static/rust-examples
url = https://github.com/CrawKatt/rust-examples
1 change: 1 addition & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!static/
Loading

0 comments on commit d76de4c

Please sign in to comment.