Skip to content

allow full channel migration #12

allow full channel migration

allow full channel migration #12

name: Deploy to Staging
on:
push:
branches:
- staging
pull_request:
branches:
- staging
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
cd ~/bot-discord-duck.staging
git pull
docker system prune -f
docker compose down
docker compose -f compose.prod.yaml up --build -d