Skip to content

Commit

Permalink
chore: migrate ci/cd pipelines to github actions and argo cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna Chiang committed Jan 3, 2024
1 parent 6be083f commit eba1aa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ jobs:
export PAT=${{ secrets.PAT }}
export AUTOMATED_WRITE_AUTH=${{ secrets.AUTOMATED_WRITE_AUTH }}
bash scripts/deploy.sh
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit eba1aa4

Please sign in to comment.