We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88446e2 commit b402ed0Copy full SHA for b402ed0
1 file changed
.github/workflows/release.yml
@@ -91,5 +91,5 @@ jobs:
91
port: ${{ secrets.PORT }}
92
script: |
93
echo "TELOXIDE_TOKEN=${{ secrets.BOT_TOKEN }}" > /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/.env
94
- sudo chmod +x /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/uri2json
+ sudo chmod +x /home/${{ secrets.SSH_USERNAME }}/uri2json_bot/bot
95
sudo systemctl restart uri2json.service
0 commit comments