Hello,
I am currently in the process of transitioning my application deployment from GitHub Actions to Cloud Build and have encountered some difficulties replicating the exact behavior.
My deployment process involves the following steps:
1. Pulling the latest version of the code from GitHub.
2. Deploying the code to a specific directory on one of my Ubuntu servers.
3. Executing a series of commands on the server.
I am having trouble creating the `cloudbuild.yaml` file to achieve this behavior. Could anyone provide guidance or examples on how to structure the steps to achieve this? Any help would be greatly appreciated.