|
@ -32,7 +32,7 @@ steps: |
|
|
- cargo lambda build --release |
|
|
- cargo lambda build --release |
|
|
- cd ./target/lambda/namegen_lambda |
|
|
- cd ./target/lambda/namegen_lambda |
|
|
- ls -lh ../../../../../../ |
|
|
- ls -lh ../../../../../../ |
|
|
- cp ../../../../../../output/_combined.json names.json |
|
|
|
|
|
|
|
|
- cp ../../../../../../compiler/output/_combined.json names.json |
|
|
- zip ../../../../../../code.zip * |
|
|
- zip ../../../../../../code.zip * |
|
|
|
|
|
|
|
|
- name: website-build |
|
|
- name: website-build |
|
|