File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 run : terraform -chdir=infra plan -var="db_username=${{ secrets.DB_USER_PROD }}" -var="db_password=${{ secrets.DB_PASSWORD }}"
4040
4141 - name : Terraform Apply (for push to main)
42- if : github.event_name == 'push' && github.ref == 'refs/heads/tempppp '
42+ if : github.event_name == 'push' && github.ref == 'refs/heads/main '
4343 run : terraform -chdir=infra apply -auto-approve -var="db_username=${{ secrets.DB_USER_PROD }}" -var="db_password=${{ secrets.DB_PASSWORD }}"
4444
4545 backend_deploy :
8585 frontend_deploy :
8686 runs-on : ubuntu-latest
8787 needs : backend_deploy
88- if : github.event_name == 'push' && github.ref == 'refs/heads/temppp '
88+ if : github.event_name == 'push' && github.ref == 'refs/heads/main '
8989 env :
9090 AWS_ACCESS_KEY_ID : ${{ secrets.TF_AWS_ACCESS_KEY_ID }}
9191 AWS_SECRET_ACCESS_KEY : ${{ secrets.TF_AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > BitMatch </ title >
7+ < title > BITMATCH </ title >
88 </ head >
99 < body >
1010 < div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments