Skip to content

Commit efd03e8

Browse files
committed
workaround platform delay
1 parent 8b6fb22 commit efd03e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

local/etc/uceap.d/deploy-to-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ function deploy_to_dev() {
22
export TERMINUS_ENV="dev"
33
_terminus_login
44
_deploy_code
5+
sleep 60 # code sync sometimes takes a while on the distributed filesystem
56
terminus env:commit --force -y
67
}
78

0 commit comments

Comments
 (0)