Skip to content

Commit

Permalink
Add sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jun 24, 2024
1 parent 15761b7 commit 1126cac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync Resources

on:
push:
branches:
- master
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@v2

- name: Run docker image
with:
image: ghcr.io/the-balance-ffxiv/discord-static-resource-bot:master
options: -v ${{ github.workspace }}/data:/app/data -e DISCORD_TOKEN=${{ secrets.DISCORD_TOKEN }}

0 comments on commit 1126cac

Please sign in to comment.