Skip to content

Commit 4cba24c

Browse files
authored
Updated ci.yml with updated file names
1 parent ad93554 commit 4cba24c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
- name: Install dependencies
9595
run: npm install
9696

97-
- name: Install Angular Dependency
98-
run: npm install -g @angular/cli@1.7.3
97+
#- name: Install Angular Dependency
98+
# run: npm install -g @angular/cli@1.7.3
9999

100100
- name: Test backend
101101
run: |
@@ -116,8 +116,8 @@ jobs:
116116
git config --global user.email "rohanrustagi21@gmail.com"
117117
git config --global user.name "RohanRusta21"
118118
echo ${{ github.sha }}
119-
sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" frontend_deployment.yml
120-
sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${BACKEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" backend_deployment.yml
119+
sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${FRONTEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" frontend-deployment.yml
120+
sed -i "s#${DOCKERHUB_USERNAME}.*#${DOCKERHUB_USERNAME}/${BACKEND_REPO_NAME}:$GITHUB_RUN_NUMBER#g" backend-deployment.yml
121121
git add -A
122122
git commit -am "Update image for Version - $GITHUB_RUN_NUMBER"
123123
- run: echo ${{ github }}

0 commit comments

Comments
 (0)