We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5cc72 commit 3111573Copy full SHA for 3111573
1 file changed
.travis.yml
@@ -26,6 +26,7 @@ script:
26
- hugo --source $ROOT_DIR --minify
27
- mkdir -p $SRC_DIR/search-json
28
- mv $SRC_DIR/index.json $SRC_DIR/search-json/$PRODUCT-$PLATFORM.json
29
+- ls -LR
30
after_success:
31
- scp -i ./deploy_key -r $SRC_DIR/$PRODUCT $USER@$HOST:$DEST_DIR
32
- scp -i ./deploy_key -r $SRC_DIR/product-sitemap.xml $USER@$HOST:$DEST_DIR/sitemaps/$PRODUCT-$PLATFORM.xml
0 commit comments