Skip to content

Commit

Permalink
Merge pull request #181 from quid/chore/QUID-28018-migrate-ci-cd-pipe…
Browse files Browse the repository at this point in the history
…lines-to-github-actions-and-argo-cd

chore: migrate ci/cd pipelines to github actions and argo cd
  • Loading branch information
prasannachiang authored Jan 3, 2024
2 parents fabde4f + fc53817 commit 83c5266
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 83c5266

Please sign in to comment.