mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 19:48:25 -04:00
Merge pull request #45 from alphagov/dont_deploy_assets
Don’t package raw front end assets for deployment
This commit is contained in:
@@ -43,6 +43,7 @@ deploy:
|
|||||||
region: eu-west-1
|
region: eu-west-1
|
||||||
on: *2
|
on: *2
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
- rm -rf notifications-admin/node_modules notifications-admin/bower_components notifications-admin/app/assets
|
||||||
- zip -r notifications-admin *
|
- zip -r notifications-admin *
|
||||||
- mkdir -p dpl_cd_upload
|
- mkdir -p dpl_cd_upload
|
||||||
- mv notifications-admin.zip dpl_cd_upload/notifications-admin.zip
|
- mv notifications-admin.zip dpl_cd_upload/notifications-admin.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user