Skip to content

Commit

Permalink
Merge pull request #259 from GovAlta/alpha
Browse files Browse the repository at this point in the history
Production Release - November 1 / 2024
  • Loading branch information
ArakTaiRoth authored Nov 4, 2024
2 parents fdcdf89 + 520c014 commit cdeb098
Show file tree
Hide file tree
Showing 37 changed files with 1,891 additions and 778 deletions.
3 changes: 3 additions & 0 deletions .env.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Get your own token to use here https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#example-usage-of-the-vars-context
# Except use tokens (classic) and not fine-grained
VITE_AUTH_TOKEN=""
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- name: Build
env:
VITE_AUTH_TOKEN: ${{ secrets.VITE_AUTH_TOKEN }}
run: |
npm run build
cp nginx.conf dist/
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ devenv.local.nix
# direnv
.direnv

# env
*.env

# pre-commit
.pre-commit-config.yaml

Loading

0 comments on commit cdeb098

Please sign in to comment.