Skip to content

Commit

Permalink
Add env flags for maintenance modes
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed Apr 2, 2024
1 parent 849651f commit 82e7d4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
MAINTENANCE_MODE_RESOURCES: ${{ secrets.MAINTENANCE_MODE_RESOURCES }}
MAINTENANCE_MODE_SCHEDULE: ${{ secrets.MAINTENANCE_MODE_SCHEDULE }}
MAINTENANCE_MODE_WORKSHOPS: ${{ secrets.MAINTENANCE_MODE_WORKSHOPS }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82e7d4e

Please sign in to comment.