Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 9694fd4

Browse files
committed
Invalidate on deploy
1 parent ba3a2c2 commit 9694fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ node('node') {
1717
if (BRANCH_NAME in ['master']) {
1818
stage('deploy') {
1919
sh 'aws s3 sync build/ "s3://docs.beta.maps4news.com"'
20+
sh 'invalidate-file --path="/*" --id="E33W2FGWYKH1FJ" --reference="jenkins"'
2021
}
2122
}
2223

0 commit comments

Comments
 (0)