Skip to content

Commit

Permalink
fix: ci help
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Le Conte des Floris <[email protected]>
  • Loading branch information
mlcdf committed Apr 4, 2023
1 parent 075b22e commit e59f792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/command/tool_ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ func (c *CICommand) Run(args []string) int {
}

fmt.Printf(`# Define these 2 secrets in your CI
# OVH_HOSTING_PASSWORD = %s
# OVH_HOSTING_USER = %s
# OVH_HOSTING_PASSWORD = %s
sshpass -p "$OVH_HOSTING_PASSWORD" rsync -av --exclude '.*' --exclude 'LICENSE' -e "ssh -o StrictHostKeyChecking=no" . $OVH_HOSTING_USER@$%s:~/%s
sshpass -p "$OVH_HOSTING_PASSWORD" rsync -av --exclude '.*' --exclude 'LICENSE' -e "ssh -o StrictHostKeyChecking=no" . $OVH_HOSTING_USER@%s:~/%s
`,
credentials.User,
credentials.Password,
Expand Down

0 comments on commit e59f792

Please sign in to comment.