misc: try fixing deploy commit

This commit is contained in:
Yangshun Tay
2019-08-11 16:41:51 -07:00
committed by GitHub
parent 19ccd461e7
commit 3fca7dcd60

View File

@ -9,5 +9,5 @@ action "Deploy" {
GIT_USER = "yangshun"
USE_SSH = "1"
}
runs = "deploy"
runs = "yarn deploy"
}