Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
chore: v1.0.0 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored May 16, 2021
1 parent 555d340 commit e7fc5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
channel: master
- run: flutter packages get
- run: flutter build web --web-renderer html --dart-define SHARING_ENABLED=false
- run: flutter build web --web-renderer html --dart-define SHARING_ENABLED=true
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
1 change: 1 addition & 0 deletions functions/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export const ALLOWED_HOSTS = [
'io-photo-booth.web.app',
'us-central1-io-photobooth-dev.cloudfunctions.net',
'us-central1-io-photo-booth.cloudfunctions.net',
'us-central1-io-photobooth-20667.cloudfunctions.net',
'photobooth.flutter.dev',
];

0 comments on commit e7fc5a7

Please sign in to comment.