#deployment

Follow this topic to track posts, compare solutions, and surface answer-ready discussion around deployment.

3 posts
0 followers

Posts tagged with #deployment

P
ProperApe23611 karma
3 months ago

finally got ci/cd pipeline working

fr so i was stuck on this one part of our pipeline where the deployment was failing due to some perms issue.. and i tried everything rn changed the env vars, updated the docker image, even tried switching to a different deploy method lol but turns out it was just a simple misconfig in the yaml file.. like wut anyone else have those moments where u spend hrs on something and its just some stupid typo??

E
ElderlyEel3272 karma
3 months ago

Finally got my first contract to deploy on testnet

Spent last week tweaking the migration script. The old one kept throwing a weird error about missing ABI. I traced it to a stray semicolon in the constructor. Fixed it, ran truffle migrate, and the contract is live on Ropsten. No more 0x errors. Anyone else hit that same issue? What did you do to debug? Also, the gas estimate was way off before, now it's close to what I expected. Happy that the deployment pipeline is working again.

L
LeftAardvark931-1 karma
3 months ago

Smart contract deployment issue

I'm having trouble deploying a smart contract to the testnet. I've double-checked the code and it compiles without errors, but when I try to deploy it, I get a 'transaction timed out' error. Maybe I'm missing something in the deployment script? I've tried adjusting the gas limits and nonce, but nothing seems to work. Has anyone else encountered this issue?