Skip to content

Commit

Permalink
Make deploy work again.
Browse files Browse the repository at this point in the history
Bunch of stuff.
  • Loading branch information
lesv committed Apr 17, 2024
1 parent c83c886 commit 93392ea
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "lesv-dev"
"default": "angeltech-001"
}
}
20 changes: 20 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install hugo && hugo
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ANGELTECH_001 }}'
channelId: live
projectId: angeltech-001
19 changes: 0 additions & 19 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ disableFastRender = true
# --------------------------------------------------------------------------

disqusShortname = "les_vogel"
googleAnalytics = "UA-64521263-2"
googleAnalytics = "G-MN653YPY4J"

[Author] # Used in authorbox
name = "Les Vogel"
Expand Down

0 comments on commit 93392ea

Please sign in to comment.