Martin's sandbox ยท staging3.fansfollowme.com
CF Artifacts repo created, Laravel Cloud waiting for deploy. All credentials are in the private config repo.
Clone the config repo to get your .env, tokens, and access details:
git clone https://x-art-token:ART_TOKEN_HERE@0870b0bdbc14bcd31f43fe5e82c3ee8e.artifacts.cloudflare.net/git/martin/ffm-staging3-config.git
Your agent will get the ART_TOKEN from Hans. It's not posted here because this page is public.
cd ffm-backend git init git remote add origin https://x-art-token:ART_TOKEN_HERE@0870b0bdbc14bcd31f43fe5e82c3ee8e.artifacts.cloudflare.net/git/martin/ffm-backend.git git add . git commit -m "initial commit" git push -u origin main
ART_TOKEN is in the config repo from Step 1.
Copy the .env file from the config repo to your ffm-backend root.
Push to CF Artifacts triggers auto-deploy on Laravel Cloud. Or manually deploy from the dashboard.
php artisan migrate --force php artisan db:seed --force
Run in Laravel Cloud terminal or dashboard.
| staging3 | staging3.fansfollowme.com |
| Laravel Cloud | ffm-martin |
| CF Artifacts Worker | martin-artifacts.iceberg.workers.dev |
| Your sandbox | martin.icebergsites.com |
You have a scoped CF API token for icebergsites.com. Your agent can:
Full CF docs for your agent: developers.cloudflare.com
CF Artifacts docs: developers.cloudflare.com/artifacts