Skip to content

Commit

Permalink
Merge branch 'main' of github.com:commonknowledge/banmarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
conatus committed Jan 4, 2024
2 parents 3638879 + 86ce6e6 commit ddcf55e
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 ddcf55e

Please sign in to comment.