Skip to content

Commit

Permalink
fix remote user
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus authored Aug 26, 2024
1 parent 6f4172f commit de0e080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
SCRIPT_AFTER: |
/home/root/deploy/traccar.run
cp -v /home/root/deploy/traccar.xml /opt/traccar/conf/
/home/${{ secrets.REMOTE_USER }}/deploy/traccar.run
cp -v /home/${{ secrets.REMOTE_USER }}/deploy/traccar.xml /opt/traccar/conf/
service traccar start
echo $RSYNC_STDOUT

0 comments on commit de0e080

Please sign in to comment.