Skip to content

Commit

Permalink
don't deploy to the local web server for now
Browse files Browse the repository at this point in the history
existing deployment relies on a docker image rather than self-hosted
runner.
  • Loading branch information
andrewrk committed Sep 5, 2024
1 parent 47d032b commit 77f30cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
s3cmd put -P --no-mime-magic --recursive --add-header="Cache-Control: max-age=0, must-revalidate" "public/" "s3://ziglang.org/"
cp -r public/* /var/www/html/

0 comments on commit 77f30cb

Please sign in to comment.