We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0472bb3 commit bc73abeCopy full SHA for bc73abe
Procfile
@@ -1,2 +1,2 @@
1
web: ./bin/ember-fastboot tmp/deploy-dist --port $PORT
2
-release: npm install fastly prettyjson && node fastly-purge.js
+release: npm i -g fastly-cli && fastly purge-all -k $FASTLY_PURGE_KEY -s $FASTLY_SERVICE_ID
0 commit comments