Skip to content

khrouatbi/setup_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thanos JS (demo site)

Silly demo site to be used for Netlify Drop.

Preview demo site right here.

Thanks to Rasmus Andersson for creating Inter UI font.

Steps to recreate:

Deploy on netlify: image

To set up the snippet we can directly use the netlify website:

image

After checking the console of the browser, we see the message "Hello Bowtie!" appearing:

image

Have to set up the jobs on CircleCI:

image

Have to also change the directory so can find index.html: For example site directory = site in this example: image

We also need to get access to the env variabes of CircleCI and modify the Build Num value with the commads:

        sed "s/CIRCLE_BUILD_NUM/$CIRCLE_BUILD_NUM/" index.html > index1.html
        mv index1.html index.html

Finally, we have our website with build number shown at the bottom: https://effulgent-trifle-566bd9.netlify.app

image

We set the headers in _headers, we get a score of 110: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published