Skip to content

Commit

Permalink
Add in a Aptfile to the deploys branch to attempt allow static builds…
Browse files Browse the repository at this point in the history
… to be seen as Aptfile builds
  • Loading branch information
conatus authored Jan 4, 2024
1 parent 9a491ac commit 86ce6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86ce6e6

Please sign in to comment.