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 fabde4f commit fc53817
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

test-and-deploy:
runs-on: public-runner
permissions:
contents: write
steps:
- name: Checkout Master
uses: actions/checkout@v4
Expand Down Expand Up @@ -75,4 +73,4 @@ jobs:
export GITHUB_EMAIL=infratructure@quid.com
export GITHUB_TOKEN=${{ secrets.PAT }}
export AUTOMATED_WRITE_AUTH=${{ secrets.AUTOMATED_WRITE_AUTH }}
scripts/deploy.sh
bash scripts/deploy.sh

0 comments on commit fc53817

Please sign in to comment.