Skip to content

Add sync script

Add sync script #1

Workflow file for this run

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 }}