File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
run : terraform -chdir=infra plan -var="db_username=${{ secrets.DB_USER_PROD }}" -var="db_password=${{ secrets.DB_PASSWORD }}"
40
40
41
41
- 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 '
43
43
run : terraform -chdir=infra apply -auto-approve -var="db_username=${{ secrets.DB_USER_PROD }}" -var="db_password=${{ secrets.DB_PASSWORD }}"
44
44
45
45
backend_deploy :
85
85
frontend_deploy :
86
86
runs-on : ubuntu-latest
87
87
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 '
89
89
env :
90
90
AWS_ACCESS_KEY_ID : ${{ secrets.TF_AWS_ACCESS_KEY_ID }}
91
91
AWS_SECRET_ACCESS_KEY : ${{ secrets.TF_AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > BitMatch </ title >
7
+ < title > BITMATCH </ title >
8
8
</ head >
9
9
< body >
10
10
< div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments