Skip to content

Commit

Permalink
👷 Add pipeline for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sstark97 committed Oct 30, 2024
1 parent 1f23e84 commit a5a4c37
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push_to_external_repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: (main) push to external repo
on:
push:
branches:
- main
jobs:
push-to-external-repo:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: push to external repository
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.SSH_DEPLOY_KEY }}
publish_dir: .
external_repository: Sstark97/anonymous-code-review
publish_branch: main
allow_empty_commit: true

0 comments on commit a5a4c37

Please sign in to comment.