GitXplorerGitXplorer
m

real-themes

public
0 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
0798b04cc675024e282c0f0ce6b638de0a3533ca

Deploy workflow

zzkhin committed 4 years ago
Unverified
8203e2e2b56ca13068c6121bf0d0e627dbcb18f2

Update version to 1.7.6

zzkhin committed 4 years ago
Unverified
0653fa0c6665c175fea221ee1bf05c320b7f654b

Add deploy github workflow

zzkhin committed 4 years ago
Unverified
0bd125f3d073756092d9308b60cf644ac9582d31

Upgrade versions to 1.7.5

zzkhin committed 4 years ago
Unverified
34761109f87232623abef33c42e871fc9055e87e

Upgrade versions to 1.7.4

zzkhin committed 4 years ago
Unverified
1f800af242ede2f62d46077233f5ef9f0212c78a

Bump version 1.6.8

aazimgd committed 4 years ago

README

The README file for this repository.

REAL-Themes

Themes and related objects for the frontend.

Initialization

Run yarn install in the root of the repository to install required packages.

You will need to have access to the AWS environment you wish to deploy to. This is usually this is done by setting up the appropriate AWS credentials file.

To add, edit or delete themes or related objects

  • Make the changes you'd like to see to files in the bucket directory
  • Run git commit to save those changes to the repo history
  • Run yarn deploy to deploy those changes. Note that --stage defaults to production if unset.

A few important CloudFront urls will be printed to the console in the output of yarn deploy.

Note that:

  • a CloudFront invalidation for themes.jsoon is kicked off at the end of sls deploy, but the command does not wait for the invalidation to complete. Invalidations usually take 1-2 minutes to complete. Progress can be monitored via the AWS console.
  • sls deploy will add new objects from the bucket directory to the S3 bucket, but will never delete objects from the S3 bucket. If you actually want to delete an object, you should:
    • be sure nothing is still using that object (ex: do any users have that placeholder profile photo set as theirs?)
    • manually delete it from the bucket

For further detail: