Compare commits
1 commit
547aee3de3
...
e133b43599
Author | SHA1 | Date | |
---|---|---|---|
e133b43599 |
1 changed files with 0 additions and 8 deletions
|
@ -86,9 +86,6 @@ jobs:
|
|||
path: public/
|
||||
|
||||
deploy-prod:
|
||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'main'
|
||||
needs:
|
||||
- build
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
|
@ -97,7 +94,6 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: website-build
|
||||
path: website-build
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -113,9 +109,6 @@ jobs:
|
|||
ls -la website-build
|
||||
|
||||
deploy-staging:
|
||||
if: github.event_name == 'pull_request'
|
||||
needs:
|
||||
- build
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
|
@ -124,7 +117,6 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: website-build
|
||||
path: website-build
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue