This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Frontend: cleanup: remove unecessary logs. #131
This file contains 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: Redeploy | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
redeploy: | |
name: Redeploy webhook call | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deploy docker compose webhook | |
uses: joelwmale/webhook-action@master | |
with: | |
url: "http://groupwork.xiran.xyz:9000/hooks/75c04a03-a33a-4468-a44a-4f406cd5ca78" |