PluggedP93
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by PluggedP93-
Hi HB, Sure. However, in order to do that, I will have to wait for my system administrator to be back from vacation next week as I do not have access to the proper account needed to submit the sup...
-
Hi HB, I believe that would be a yes to both questions. In the Git Version Control interface, I have a repository pointing to /home/[user]/public_html/new_site And the .cpanel.yml file is in that ...
-
Hi HB, I've modified the .cpanel.yml file, leaving only the following: --- deployment: tasks: - npm run build --prefix /home/vksappc/public_html/new_site/backend - npm run start --prefi...
-
Hi HB, Sorry for the delay, the holidays quickly became a busy time for me. I've located what seems to be the latest log file on this process, here is what it contains: 1576778783.182291412 $ e...
-
Hi HB, Thank you for the response. I'm not quite sure how to apply this to my code though. I've updated the file to look like this: --- deployment: tasks: - export DEPLOYPATHFRONT=/home/[...
-
Hi HB, Thanks for the reponse. Actually, in the time it took to get a response, I managed to debug the problem myself. I am however still experiencing problems with the .cpanel.yml file, the docu...
-
Hi Lauren, Thank you once more for that useful information. I have, following that, come up with the following .cpanel.yml file: --- deployment: tasks: - export DEPLOYPATHFRONT=/home/[user]...
-
Hi Lauren, Thank you very much. That documentation helped out a lot, especially in terms of creating the proper ssh keys. I've now looked into CRON and it wouldn't do what i need it to, as we don...
-
Hi @PluggedP93 I've been doing a bit of research on this, this morning and It might be possible? Personally I'd test this out before using it but the suggestions here might be helpful:
-
I don't believe this can be done without changing the URL, you'd need to redirect the specific URL to the subdomain or alternate domain and this would require a redirect. Hey, thanks for the repl...