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