mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update CI
This commit is contained in:
parent
e7982710e9
commit
b449960f6d
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@ steps:
|
|||
- NETLIFY_SITE_ID
|
||||
commands:
|
||||
- npm install netlify-cli -g
|
||||
- netlify deploy --alias stage --dir ./public
|
||||
- cd public
|
||||
- netlify deploy --alias stage
|
||||
|
||||
|
||||
deploy-production:
|
||||
|
@ -32,4 +33,5 @@ steps:
|
|||
- NETLIFY_SITE_ID
|
||||
commands:
|
||||
- npm install netlify-cli -g
|
||||
- netlify deploy --alias stage --dir ./public
|
||||
- cd public
|
||||
- netlify deploy --prod
|
||||
|
|
Loading…
Reference in a new issue