Skip to content

Commit

Permalink
Test access aeHosting
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Sep 24, 2024
1 parent 7b36b7e commit fd3e4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aeHosting_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on:
push:
branches:
- main
- wait

jobs:
deploy_to_aeHosting:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aeHosting_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on:
push:
branches:
- preprod
- main

jobs:
deploy_to_aeHosting:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<body class="bg-phone bg-cover bg-center md:bg-desktop bg-no-repeat min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="src/main.tsx"></script>
</body>

</html>

0 comments on commit fd3e4ac

Please sign in to comment.