๐ฆDeploy Script
the deploy script is the script that runs every time you make a push, so you must add a selected command when it runs every time you make a push.
to add a script make a folder with the name .scripts and then create a file deploy.sh and make sure you give the file permissions to run with 755.
now your deploy script is ready add to this file this script and you can custom it as you like
now push all of these updates to your GitHub repo and you will find on the Actions tab that the action is run and after that, you will find the updates on your server.
Last updated
Was this helpful?