Skip to content

Commit bc73abe

Browse files
Use a globally installed tool to purge fastly cache
1 parent 0472bb3 commit bc73abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: ./bin/ember-fastboot tmp/deploy-dist --port $PORT
2-
release: npm install fastly prettyjson && node fastly-purge.js
2+
release: npm i -g fastly-cli && fastly purge-all -k $FASTLY_PURGE_KEY -s $FASTLY_SERVICE_ID

0 commit comments

Comments
 (0)