Try to use the local dockerfile.
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Jessica Canady 2024-04-28 13:15:59 -04:00
parent acee26f180
commit 25dacd9114
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -5,9 +5,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build container
run: |
docker build -t jessite .
- name: Deploy site
uses: .
run: |
echo "TODO: Actually deploy stuff"