I wonder if this works.
Some checks failed
Build and Deploy / deploy (push) Failing after 1s

This commit is contained in:
Jessica Canady 2024-04-22 11:30:52 -04:00
parent 0bb4efff42
commit 4d2582bd7f

View file

@ -2,6 +2,8 @@ name: Build and Deploy
on: [push]
jobs:
deploy:
container:
image: ./Dockerfile
steps:
- name: Checkout
uses: actions/checkout@v3