Skip to content

feat(lol_function): change tracker sending #1132

feat(lol_function): change tracker sending

feat(lol_function): change tracker sending #1132

Workflow file for this run

name: deploy
on: [push]
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- run: mkdir temp/
- run: echo "${{ secrets.KEY }}" > temp/key
- run: chmod 700 temp/key
- run: ssh -o 'StrictHostKeyChecking no' -i temp/key ${{ secrets.USERNAME }}@${{ secrets.HOST }} sudo update-gab_bot.sh
- run: rm -rf temp/