Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
[#155189315] Enhanced deploy script to remove previous builds (fixes …
Browse files Browse the repository at this point in the history
…disk space errors).
  • Loading branch information
kalabro committed Mar 26, 2018
1 parent 8594d87 commit 2442bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend-gifts/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hooks:
# Copy built files into writable folder to write into index.html on per-environment basis.
# This should be refactored once server-side rendering is enabled.
set -e
rm -rf build/*
cp -r build-platform/* build/
node build_scripts/platform-deploy.js
node build_scripts/build-snippets.js
Expand Down

0 comments on commit 2442bff

Please sign in to comment.