Skip to content

gamepark/gorinto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

317 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorinto for Game Park

This is the implementation of board game "Gorinto" 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> gorinto
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 Gorinto, you have 2 command lines to run:

yarn build
rclone sync app/build gorinto:gorinto.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/

About

Gorinto for Game Park

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors