Merge pull request #13 from nbtca/copilot/add-club-reminder-feature #124
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: Deploy | |
| # on: | |
| # workflow_run: | |
| # workflows: | |
| # - "Docker Image CI" | |
| # types: | |
| # - completed | |
| # jobs: | |
| # deploy: | |
| # runs-on: self-hosted | |
| # steps: | |
| # - name: ssh pipelines | |
| # uses: appleboy/ssh-action@v1.0.3 | |
| # with: | |
| # host: ${{ secrets.REMOTE_HOST }} | |
| # username: ${{ secrets.REMOTE_USER }} | |
| # port: ${{ secrets.REMOTE_PORT }} | |
| # key: ${{ secrets.REMOTE_SSHKEY }} | |
| # script: | | |
| # cd /home/nbtca/docker/huajibot | |
| # docker compose down | |
| # docker compose pull | |
| # docker compose up -d |