Skip to content

Commit

Permalink
Update and rename deploy_mokelgit.yml to deploy_refactor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa authored Feb 20, 2024
1 parent 53fb631 commit 874ae86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy on mokelgit push
name: Deploy on refactor push
on:
push:
branches:
- mokelgit
- refactor

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger rebuild on vercel
run: curl -X POST ${{ secrets.MOKELGIT_DEPLOY_HOOK }}
run: curl -X POST ${{ secrets.REFACTOR_DEPLOY_HOOK }}

0 comments on commit 874ae86

Please sign in to comment.