Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
famasboy888 committed Apr 5, 2024
1 parent 8053922 commit de51858
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dockerBuild_frontend_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
- uses: actions/checkout@v4
with:
repository: famasboy888/CICD_ArgoCD_States
path: MERN_helm-chart
run: |
ls *
# echo 'versionNumber: ${{ github.run_number }}' > values.yaml
# git config user.name famasboy888
# git config user.email famasboy88@gmail.com
# git add .
# git commit -m 'Pushed from GitHub Actions front end. Build number: ${{ github.run_number }}'
# git push
echo 'versionNumber: ${{ github.run_number }}' > values.yaml
git config user.name famasboy888
git config user.email famasboy88@gmail.com
git add .
git commit -m 'Pushed from GitHub Actions front end. Build number: ${{ github.run_number }}'
git push

0 comments on commit de51858

Please sign in to comment.