mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-27 14:30:03 +01:00
update CI
This commit is contained in:
parent
c833b13883
commit
0863811b2f
1 changed files with 3 additions and 5 deletions
|
@ -3,9 +3,7 @@ steps:
|
|||
image: node:19
|
||||
when:
|
||||
- event: push
|
||||
- branch:
|
||||
- main
|
||||
- staging
|
||||
branch: [main, staging]
|
||||
commands:
|
||||
- npm install -D @11ty/eleventy
|
||||
- npx @11ty/eleventy --input=. --output=public
|
||||
|
@ -14,7 +12,7 @@ steps:
|
|||
image: alpine:latest
|
||||
when:
|
||||
- event: push
|
||||
- branch: staging
|
||||
branch: staging
|
||||
secrets:
|
||||
- SSH_KEY
|
||||
environment:
|
||||
|
@ -35,7 +33,7 @@ steps:
|
|||
image: alpine:latest
|
||||
when:
|
||||
- event: push
|
||||
- branch: main
|
||||
branch: main
|
||||
secrets:
|
||||
- SSH_KEY
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue