Skip to content

Commit a76ad0e

Browse files
committed
Clean up pantheon dir
1 parent c70176b commit a76ad0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/deploy-to-staging.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@ else
8888
PANTHEON_ENV="$PANTHEON_BRANCH"
8989
fi
9090

91+
echo "Cleaning up project dir"
92+
rm -rf "$repo_dir"
93+
9194
echo "View site at http://$PANTHEON_ENV-$PANTHEON_SITE.pantheonsite.io/"
9295
echo "Access Pantheon dashboard at https://dashboard.pantheon.io/sites/$PANTHEON_UUID#$PANTHEON_BRANCH"

0 commit comments

Comments
 (0)