For Workers & Pages, what is the name of the domain?
What is the issue or error you’re encountering
Functions aren’t deploying
What are the steps to reproduce the issue?
Hi,
I use cloudflare/wrangler-action@v3
to deploy the project GitHub - VSCodium/repositories-linux but I can’t figured out how to have functions deployed.
My workflow run on GitHub: Build · VSCodium/repositories-linux@07135e1 · GitHub
Here my files:
_site/_routes.json
_site/deb/conf/distributions
_site/deb/conf/option
_site/deb/db/checksums.db
_site/deb/db/contents.cache.db
_site/deb/db/packages.db
_site/deb/db/references.db
_site/deb/db/release.caches.db
_site/deb/db/version
_site/deb/dists/vscodium/InRelease
_site/deb/dists/vscodium/Release
_site/deb/dists/vscodium/Release.gpg
_site/deb/dists/vscodium/main/binary-arm64/Packages
_site/deb/dists/vscodium/main/binary-arm64/Packages.gz
_site/deb/dists/vscodium/main/binary-arm64/Release
_site/functions/deb/pool/main/c/codium-insiders/[[catchall]].js
_site/functions/deb/pool/main/c/codium/[[catchall]].js
_site/functions/rpm/pool/[[catchall]].js
_site/index.html
_site/main.css
_site/package-lock.json
_site/package.json
_site/rpm/repodata/328b5f6ad8e130d6c8d7c7d0b402bd6216ca2d72387e3e003e0f02a7bcff9c35-other.sqlite.bz2
_site/rpm/repodata/6235855d0207973db66b6ac0ee6f0b5050af2aea60a11c604f2591bae8d22da3-primary.xml.gz
_site/rpm/repodata/a579c85c06e969562a70773fe5de6b8fdfa28da2f82df39ea8767843f1f8d196-filelists.sqlite.bz2
_site/rpm/repodata/aeeb9d91130283518b29816cbf2138da33f46be17bb51362fcef4f883f36b78a-primary.sqlite.bz2
_site/rpm/repodata/b625a7b134366e9bf852149a6dde2e7a99c5a253a50d0b43625a8357f79237b0-other.xml.gz
_site/rpm/repodata/ed9551185f948f276232b4fb8ce109dd04fb16d204fe9b2623c84beb1f9b33a5-filelists.xml.gz
_site/rpm/repodata/repomd.xml
_site/rpm/repodata/repomd.xml.asc
_site/vscodium.gpg
_site/vscodium.list/index.html
_site/vscodium.repo/index.html
_site/wrangler.toml
The output of the deploy action:
🔍 Checking for existing Wrangler installation
/opt/hostedtoolcache/node/20.18.3/x64/bin/npx --no-install wrangler --version
4.6.0
✅ No wrangler version specified, using pre-installed wrangler version 4.6.0
🚀 Running Wrangler Commands
/opt/hostedtoolcache/node/20.18.3/x64/bin/npx wrangler pages deploy _site --project-name=vscodium-repo
▲ [WARNING] Warning: Your working directory is a git repo and has uncommitted changes
To silence this warning, pass in --commit-dirty=true
Uploading... (12/30)
Uploading... (18/30)
Uploading... (24/30)
Uploading... (30/30)
✨ Success! Uploaded 18 files (12 already uploaded) (1.32 sec)
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://493ca2d3.vscodium-repo.pages.dev
🏁 Wrangler Action completed
Best Regards