Skip to content

Commit

Permalink
Use other Feedback installation for Feedback Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-cercelaru committed Sep 2, 2020
1 parent d75b6dd commit 02118c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build-deploy-webhelp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<scp remoteTodir="${userguide.server.user}:${userguide.server.password}@${userguide.server}:${userguide.server.dir}/" trust="yes">
<fileset dir="${project.build.directory}/output/${output.dir}" />
</scp>

<sshexec host="${userguide.server}" username="${userguide.server.user}" trust="yes" password="${userguide.server.password}" failonerror="false"
command="cp -a ${userguide.server.dir}/feedback{,-cloud}" />

</target>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div xmlns="http://www.w3.org/1999/xhtml" id="oxygen-feedback-frame-container">
<script id="feedback-init" src="https://feedback.sync.ro/app/init/init.js?deploymentToken=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJkZXBsb3ltZW50SWQiOjE4Mn0.cDwcXR0SS7JcnAaWbrJQNQLwe6PwSKGM_eo48on6OtIC_IbJ9PIjkmHQxwqPdxsJNXnR-Ob-EdKv3rDBJ8e5uw"><!-- --></script>
</div>
<script id="feedback-init" src="https://feedback.sync.ro/app/init/init.js?deploymentToken=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJkZXBsb3ltZW50SWQiOjIwN30.YzUWchi50r6KVWwKKZlLYt3HP7VmejfLGHU8tawXb6JuiZA5hQ7gu766aduRSeUPhwMCC7OyzYUoiZgUEqVUEQ"><!-- --></script>
</div>

0 comments on commit 02118c3

Please sign in to comment.