From 86ce6e6e94342d1aec618a29866e6547bdddfa1f Mon Sep 17 00:00:00 2001 From: Alex Worrad-Andrews Date: Thu, 4 Jan 2024 21:07:34 +0000 Subject: [PATCH] Add in a Aptfile to the deploys branch to attempt allow static builds to be seen as Aptfile builds --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c71d65..5b8e291 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,6 +53,7 @@ jobs: mkdir -p artifacts docker run --user=0 --mount type=bind,src=$(pwd)/artifacts,dst=/app/artifacts --entrypoint=/bin/cp "ghcr.io/${{ github.repository_owner }}/banmarchive:${{ github.sha }}" -r static artifacts touch requirements.txt + touch Aptfile git add -A git commit -m "Deploy ${{ github.sha }}" git push origin deploys