Skip to content

Commit

Permalink
Add CNAME file for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdracars committed Jan 23, 2025
1 parent 4e2322a commit d244e47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
yarn build
- name: Add CNAME file
run: |
echo "cola.games" > out/CNAME
- name: Deploy to Production Repo
run: |
cd out
Expand Down

0 comments on commit d244e47

Please sign in to comment.