Skip to content

Commit

Permalink
Edit rsync path
Browse files Browse the repository at this point in the history
  • Loading branch information
mejroslav committed Jul 25, 2023
1 parent d149190 commit cc4659a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ deploy staging:
- mkdocs build --site-dir /output
# For other languages
# - (cd ./cs && mkdocs build --site-dir /output/cs)
- rsync -r -a -v -e ssh --delete /output/ "$RSYNC_USER"@"$TARGET_SERVER":"$STAGING_DIR"
# - rsync -r -a -v -e ssh --delete /output/ "$RSYNC_USER"@"$TARGET_SERVER":"$STAGING_DIR"
- rsync -r -a -v -e ssh --delete /output/ "$TARGET_SERVER":"$STAGING_DIR"
only:
- "docs/mkdocs-migration"

Expand Down

0 comments on commit cc4659a

Please sign in to comment.