Skip to content

Commit

Permalink
Added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed Apr 8, 2024
1 parent f374704 commit a3b28b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployBetaSingleDomain.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Beta Deploy
name: Beta Deploy Single Domain
on:
push:
branches:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: 20.2.0
- name: Build
run: npm i && npm run build:all
run: npm i && npm run build:all-no-root
env:
CI: false
NEXT_PUBLIC_IS_BETA: true
Expand Down

0 comments on commit a3b28b4

Please sign in to comment.