Skip to content

Commit 8d1175d

Browse files
authored
Update deploy-production.sh (#4496)
1 parent 82e763a commit 8d1175d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/deploy-production.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#set -x #echo on for debugging purposes
77
set -e
88

9+
# Pull the latest version of the docker image
10+
docker pull webplatformtests/wpt.fyi:latest
11+
912
usage() {
1013
USAGE="Usage: deploy-production.sh [-f] [-b] [-q]
1114
-b : Skip GitHub issue creation

0 commit comments

Comments
 (0)