Skip to content

Commit

Permalink
merge: pull latest changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivin committed Jun 25, 2024
2 parents a4aa02d + 2159978 commit 0725e60
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Shuttle Deploy

on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
name: "amd"
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'
17 changes: 17 additions & 0 deletions .github/workflows/shuttle-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: shuttle-run
on:
pull_request:
branches: [ "main", "develop" ]

jobs:
deploy-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run shuttle project locally.
uses: denytwice/[email protected]
with:
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'

0 comments on commit 0725e60

Please sign in to comment.