Skip to content

Commit

Permalink
Fixed file location
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Sep 15, 2024
1 parent 7079727 commit a5bc49d
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.yaml
sed -i 's|image: 100xdevs/job-board-staging:.*|image: 100xdevs/job-board-staging:${{ github.sha }}|' job-board/deployment.yml
git config user.name "GitHub Actions Bot"
git config user.email "[email protected]"
git add job-board/deployment.yaml
git add 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 a5bc49d

Please sign in to comment.