1.2.0 • Published 2 years ago

@gamepark/grandbois v1.2.0

Weekly downloads
13
License
ISC
Repository
-
Last release
2 years ago

Grandbois for Game Park

This is the implementation of board game "Grandbois" for Game Park (https://game-park.com/)

Deployment

First you must configure rclone (https://rclone.org/).

Download rclone, and make it executable (add rclone.exe in the PATH env variable on Windows)

Then, run:

rclone config
> n (For "New remote)
name> grandbois
Storage> 4 (Amazon S3 Compliant Storage Provider)
provider> Other
env_auth> false
access_key_id> [Enter your access key id here - Never commit that on Git!]
secret_access_key> [Enter you secret access key here - Never commit that on Git!]
region> [Leave empty]
endpoint> cellar-c2.services.clever-cloud.com
location_constraint> [Leave empty]
acl> public-read
Edit advanced config> n

This configuration is only required once. Now, to deploy a new version of Grandbois, you have 2 command lines to run:

yarn build
rclone sync ./build grandbois:grandbois.game-park.com --progress --s3-acl=public-read

More details about this deployment method here: https://www.clever-cloud.com/blog/engineering/2020/06/24/deploy-cellar-s3-static-site/

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago