ed9815
ed9815
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
Ok, thanks. Will give it a go
15 replies
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
Railway hosts our CMS. Once the CMS is deployed, we need to deploy our API, then frontend
15 replies
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
Deploy other services, not on Railway
15 replies
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
Ok thanks, that looks good. So we could use Check Suites to wait for our previous CI steps in GitHub Actions before Railway deployment. AKA the "before" stage But then once the Railway deployment is done, how would we continue with the rest of our pipeline? React to a webhook I guess?
15 replies
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
We have previous steps in our pipeline (typecheck, test, deploy other services, etc.) before deploying our Railway app. Then we want to wait for the Railway deployment to conclude before continuing with further steps in the pipeline.
15 replies
RRailway
Created by ed9815 on 9/27/2023 in #✋|help
Wait on deployment in GitHub Actions before continuing
1d6eef7a-4828-447a-ba52-50bb8a047323
15 replies