Skip to content

added deployment yaml and creating test branch to run deployment test… #1

added deployment yaml and creating test branch to run deployment test…

added deployment yaml and creating test branch to run deployment test… #1

Workflow file for this run

name: Deploy to Production Environment
on:
push:
branches:
- 'test'
jobs:
deploy-do:
environment:
name: production
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: isbang/compose-action@v1.5.1
with:
compose-file: './docker-compose.yml'
- name: DigitalOcean App Platform deployment
uses: digitalocean/app_action@v1.1.5
with:
app_name: COREBot
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}