deploying next to a VPS + static files to a cdn
im deploying a next app to a VPS using github action
and in my next config ts im adding the
output: standalone
as mentionned in the doc it will generate a minimal build that i export to the vps and they let you handle the assests and public to deploy them to a cdn
my question is how can i deploy only the static files to the cdn from the github actions
here is my ci im running for the deployement on vps
0 Replies