Skip to content

Commit

Permalink
Merge pull request #182 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 committed Jan 3, 2024
2 parents 83c5266 + b3eedb9 commit 6be083f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
run: |
export GITHUB_NAME=quid-bot
export GITHUB_EMAIL=infratructure@quid.com
export GITHUB_TOKEN=${{ secrets.PAT }}
export PAT=${{ secrets.PAT }}
export AUTOMATED_WRITE_AUTH=${{ secrets.AUTOMATED_WRITE_AUTH }}
bash scripts/deploy.sh
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setup Git user for automatic deploy
git config --global user.email $GITHUB_EMAIL
git config --global user.name $GITHUB_NAME
git remote set-url origin https://${GITHUB_TOKEN}@github.com/quid/refraction.git
git remote set-url origin https://${PAT}@github.com/quid/refraction.git

# Lerna can publish only if on master, Travis CI goes in detached state initially
git checkout master
Expand Down

0 comments on commit 6be083f

Please sign in to comment.