Skip to content

Commit b402ed0

Browse files
committed
fix: update script to change permissions for bot executable
1 parent 88446e2 commit b402ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
port: ${{ secrets.PORT }}
9292
script: |
9393
echo "TELOXIDE_TOKEN=${{ secrets.BOT_TOKEN }}" > /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/.env
94-
sudo chmod +x /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/uri2json
94+
sudo chmod +x /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/bot
9595
sudo systemctl restart uri2json.service

0 commit comments

Comments
 (0)