Skip to content

ci: update deploy name and environment from "production" to "prod" #512

ci: update deploy name and environment from "production" to "prod"

ci: update deploy name and environment from "production" to "prod" #512

Workflow file for this run

name: Docker
on: [push]
jobs:
docker:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build .