Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
pipeline: disable removal of old deployments (#48)
Browse files Browse the repository at this point in the history
This seems to error out, even when nothing should be removed.
  • Loading branch information
byCedric authored Oct 14, 2018
1 parent 2879210 commit 70e18c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ deploy:
npm run build &&
cp now.staging.json now.json &&
npx now deploy --token=$NOW_TOKEN --team=personal --name=bycedric-website-staging --regions=bru ./build &&
npx now alias --token=$NOW_TOKEN --team=personal &&
npx now rm --token=$NOW_TOKEN --team=personal --safe --yes bycedric-website-staging
npx now alias --token=$NOW_TOKEN --team=personal
on:
condition: $TRAVIS_OS_NAME = linux
branch: develop
Expand Down

0 comments on commit 70e18c8

Please sign in to comment.