Page MenuHomeDevCentral

Deploy static sites requiring npm build
ClosedPublic

Authored by dereckson on Oct 12 2018, 12:17.
Tags
None
Referenced Files
F10872355: D1902.id4808.diff
Sat, Aug 2, 14:48
F10870180: D1902.diff
Sat, Aug 2, 04:28
F10868570: D1902.diff
Fri, Aug 1, 21:34
Unknown Object (File)
Fri, Aug 1, 11:33
Unknown Object (File)
Fri, Aug 1, 11:33
Unknown Object (File)
Fri, Aug 1, 11:02
Unknown Object (File)
Wed, Jul 30, 08:56
Unknown Object (File)
Sun, Jul 27, 16:11
Subscribers
None

Details

Summary

A bunch of sites use the ZURB WebApp template to generate static
sites from Foundation, handlebars templates and YAML data, with
a Gulp build chain to pack and minimize assets.

For each of them, a Jenkins job has been created to clone the
repository and prepare the npm build.

Deployment consists of two steps:

  • create a directory with deploy account access
  • run the Jenkins job to build and publish the site there

Fixes T1465.

Test Plan
salt-call --local state.apply roles/webserver-content/org/nasqueron/daeghrefn
salt-call --local state.apply roles/webserver-content/org/nasqueron/docs
salt-call --local state.apply roles/webserver-content/org/nasqueron/infra
salt-call --local state.apply roles/webserver-content/org/nasqueron/rain

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
jenkins-docs (branched from master)
Build Status
Buildable 2948
Build 3196: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 12 2018, 15:23
This revision was automatically updated to reflect the committed changes.