Hi I would like to deploy new files to staging server automatically using a bitbucket pipeline. There won't be build or anything. So, I set up self-hosted runner on a staging server. I merged a code then the pipe line run and it said successful, but I couldn't see the changes in my staging server. May I know why and what steps am I missing?
Hi @Ruby,
Thank you for reaching out to the community.
May I know how you're currently deploying new files to the staging server?
Are you using Rsync, FTP/SFTP or just Git operation (i.e. you're cloning/fetching your repository for new changes in the staging server)?
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ruby,
You can check your Windows self-hosted runners logs usually from the location below:
<runner_working_directory>\<runnerUuid>\runner.log
You can also check this page for more information about troubleshooting runners. - https://confluence.atlassian.com/bbkb/troubleshooting-runners-1167819666.html
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.