Try self-hosting the job.
Some checks are pending
Build and Deploy / deploy (push) Waiting to run

So it doesn't run on a container, straight on the runner itself.
This commit is contained in:
Jessica Canady 2024-04-22 11:34:41 -04:00
parent 4d2582bd7f
commit 4fe2ae47d0

View file

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