Skip to content

Commit 6ede6d0

Browse files
committed
chore: demo test
1 parent 557fda1 commit 6ede6d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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:
@@ -85,7 +85,7 @@ jobs:
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 }}

frontend/bitmatch/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)