Questions tagged [deployment]
The process of putting a website on production servers from a development environment.
50 questions
0
votes
0
answers
28
views
Users see old data build up on webpage as they use it
Clearly a sportsbook.
Top image is what user should see - the current live lines offered by sportsbook.
Middle and bottom image combine to show view of what they actually see as they scroll down page -...
2
votes
3
answers
829
views
Deploy IIS publicly when my ISP changes my IP address regularly
My Internet access provider changes my IP address regularly. Will the website that I will deploy on IIS remain available for external users, even if my IP address won't always be the same?
0
votes
1
answer
421
views
"Deceptive site ahead" issue with my Laravel app
I developed a Laravel app using Laravel. After deployment, every time I try to access the app, it says "Deceptive site ahead".
I tried searching for fixes and doing almost everything that I ...
1
vote
0
answers
614
views
Deploying Static React (Vite) App to DigitalOcean Droplet
I have a static website created using the vite app. I know I can deploy my website on netlify, vercel or digitalocean app platform.
However, these platforms offer only 100GB bandwidth and for extra ...
1
vote
0
answers
83
views
Strapi - react portfolio, deploy solution and custom DNS
I'm a beginner Front End dev and I'm currently planning to build a Portfolio for a friend which is going to get deeper in her illustration passion. I would like to practice my Frontend skills which I ...
1
vote
0
answers
353
views
Trouble with DNS resolution of www subdomain when using Safari browser
I wrote a simple web application, and I hosted it through cyclic (https://www.cyclic.sh/). After hosting the application, I wanted to configure a custom domain. To do this, I entered the following DNS ...
3
votes
0
answers
23
views
Can wordpress multisite work with multiple domains?
I know that Wordpress supports multisite both in the forms of path and subdomain installations.
For example those:
america.my-site.com
europe.my-site.com
africa.my-site.com
can reside in the very ...
1
vote
1
answer
218
views
Kubernetes static web application deployment scenario
I was wondering what is best way to setup a static web application in kubernetes:
Place web app files inside the container image.
Place web app files in a share volume (mounted to pods).
In scenario ...
2
votes
1
answer
697
views
How to deploy a server side rendering (SSR) react application (bundled by webpack) on windows server 2016 / IIS
just a heads up: This is the first time I try to deploy a react application on a custom built windows server, but I’ve managed to do it successfully on Heroku and Linux (PM2), so I know that the ...
1
vote
2
answers
767
views
Running "composer install" from .cpanel.yml
I have a VPS with cPanel installed.
I'm trying to run the "composer install" command from .cpanel.yml but can't get it to work.
Composer is installed on the server and called via /usr/local/bin/...
2
votes
2
answers
187
views
Why does Google index two copies of a website, one on a development URL with the development site ranking better?
I only found one question similar to mine, but it is for Yahoo search. Mine is regarding Google. My question is also a little extensive.
Background: I created a website for a client. In order to test ...
2
votes
2
answers
324
views
Re-add Netlify deploy key to Github
I deauthorized Netlify from my Github but re-authorized it again. How can I get the Netlify deploy key so that I can re-add it to my Github repo? It was auto removed when i deauthorized Netlify.
2
votes
0
answers
130
views
Environment specific client-side config file
I'm developing a WebRTC app where the endpoints along with some other options are different for production and development. I was handed this project so one of codebases uses Nodejs and the other uses ...
2
votes
1
answer
223
views
How much SEO risk is there having a 500 error for a few milliseconds during deployment?
I'm writing a deployment script that works like this:
Copy the current document root site.current in a new folder at the same level.
/web/site.current copied to /web/site.new
Update the new folder. ...
1
vote
1
answer
106
views
GitHub service to deploy via git-mediawiki
I've been helping write documentation and manage the website for SuperTuxKart, an open-source racing game. The website uses MediaWiki, but we've discussed things and decided after our switch away from ...