Skip to content

Commit

Permalink
Bump deps and move to new Firebase project
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed Oct 3, 2023
1 parent 132e635 commit 4456e78
Show file tree
Hide file tree
Showing 10 changed files with 5,124 additions and 8,032 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "destiny-app-23bc8"
"default": "darci-gg"
}
}
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
firebaseServiceAccount: '${{ secrets.GCP_CREDENTIALS_PROD }}'
expires: 30d
channelId: live
projectId: destiny-app-23bc8
projectId: darci-gg
server:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand All @@ -61,4 +61,4 @@ jobs:
- name: Set up Google Cloud SDK
uses: 'google-github-actions/setup-gcloud@v1'
- name: Deploy to production environment
run: cd server; ./deploy-prod.sh
run: cd server; ./deploy-prod.sh
Loading

0 comments on commit 4456e78

Please sign in to comment.