Skip to content

Commit

Permalink
Fixed certs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 15, 2024
1 parent a5bc49d commit 2271c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
git clone https://github.com/code100x/staging-ops.git
cd staging-ops
sed -i 's|image: 100xdevs/job-board-staging:.*|image: 100xdevs/job-board-staging:${{ github.sha }}|' job-board/deployment.yml
sed -i 's|image: 100xdevs/job-board-staging:.*|image: 100xdevs/job-board-staging:${{ github.sha }}|' staging/job-board/deployment.yml
git config user.name "GitHub Actions Bot"
git config user.email "[email protected]"
git add job-board/deployment.yml
git add staging/job-board/deployment.yml
git commit -m "Update job-board-staging image to ${{ github.sha }}"
git push https://${PAT}@github.com/code100x/staging-ops.git main

0 comments on commit 2271c57

Please sign in to comment.