You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble setting up my Nuxt 3 application to work on my Plesk server (latest version).
I'm hoping to achieve it so that if I push changes to my main branch on my Github repo, that my Plesk server will pick it up automatically and deploy it.
I've set up the following:
I tried playing around with running instructions in the "Deploy Actions" such as:
yarn install
yarn build
yarn start
But I don't see anything happening.
Any clues?
The text was updated successfully, but these errors were encountered:
I'm having trouble setting up my Nuxt 3 application to work on my Plesk server (latest version).
I'm hoping to achieve it so that if I push changes to my
main
branch on my Github repo, that my Plesk server will pick it up automatically and deploy it.I've set up the following:


I tried playing around with running instructions in the "Deploy Actions" such as:
But I don't see anything happening.
Any clues?
The text was updated successfully, but these errors were encountered: