Skip to content

- Updated README

- Updated README #8

Workflow file for this run

name: Deploy Sniper Bot
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: 'sol-meme-sniper-bot'
heroku_email: ${{secrets.HEROKU_EMAIL}}