[Closes #17] Fixed issues in deploy pipeline and modified some Forgejo templates
This commit is contained in:
parent
845f830ab3
commit
7e17984377
10 changed files with 12 additions and 11 deletions
|
|
@ -1,11 +1,6 @@
|
|||
## Description
|
||||
|
||||
### Proposed Changes
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
### Checklist before submitting
|
||||
|
||||
- [ ] I followed the guidelines in our [Contributing document](https://github.com/lburcusel/glowing-fiesta/blob/production/CONTRIBUTING.md)
|
||||
- [ ] I followed the guidelines in our [Contributing document](https://git.burcusel.nl/public/glowing-fiesta/blob/production/CONTRIBUTING.md)
|
||||
- [ ] My submission pass all tests
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
|
||||
DATABASE_URL: "N/A"
|
||||
BETTER_AUTH_SECRET: "N/A"
|
||||
BETTER_AUTH_URL: "N/A"
|
||||
|
|
@ -42,6 +43,7 @@ jobs:
|
|||
- name: Build site
|
||||
env:
|
||||
NITRO_PRESET: node_cluster
|
||||
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
|
||||
DATABASE_URL: "N/A"
|
||||
BETTER_AUTH_SECRET: "N/A"
|
||||
BETTER_AUTH_URL: "N/A"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
|
||||
DATABASE_URL: "N/A"
|
||||
BETTER_AUTH_SECRET: "N/A"
|
||||
BETTER_AUTH_URL: "N/A"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue