mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Delete from current directory before deploying
Does what https://github.com/alphagov/notifications-admin/pull/45 intended to do
This commit is contained in:
@@ -43,7 +43,7 @@ deploy:
|
||||
region: eu-west-1
|
||||
on: *2
|
||||
before_deploy:
|
||||
- rm -rf notifications-admin/node_modules notifications-admin/bower_components notifications-admin/app/assets
|
||||
- rm -rf node_modules bower_components app/assets
|
||||
- zip -r notifications-admin *
|
||||
- mkdir -p dpl_cd_upload
|
||||
- mv notifications-admin.zip dpl_cd_upload/notifications-admin.zip
|
||||
|
||||
Reference in New Issue
Block a user