Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Apr 8, 2024
1 parent 6b30168 commit 34d2ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
curl --fail --show-error --silent http://localhost:8080/posts/1
pkill -KILL ssr-react-spring-boot-graalvm-js || true
- name: Pack Build
if: github.ref == 'refs/heads/main'
run: |
mkdir -p pack
mv ./target/ssr-react-spring-boot-graalvm-js ./pack
cat <<EOF > pack/Procfile
web: ./ssr-react-spring-boot-graalvm-js
EOF
pack build ghcr.io/${{ github.repository_owner }}/ssr-react-spring-boot-graalvm-js --gid 1000 --publish --builder paketobuildpacks/builder-jammy-tiny --path --path pack
pack build ghcr.io/${{ github.repository_owner }}/ssr-react-spring-boot-graalvm-js --gid 1000 --publish --builder paketobuildpacks/builder-jammy-tiny --path pack

0 comments on commit 34d2ac1

Please sign in to comment.