Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up staging deploy worklfow #3

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

manasaV3
Copy link
Contributor

@manasaV3 manasaV3 commented Feb 6, 2024

Description

Adds workflow to deploy to staging on merge to main for api

Depends on: https://github.com/chanzuckerberg/cryoet-infra/pull/85

contents: read

jobs:
deploy-to-staging:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about trying to switch over ARM for the api? I already added a platform: linux/arm64 line to the docker-compose.yml. So we either need to remove that, or add a runs_on parameter to this job to build on ARM, like so:

    runs-on: [ARM64, self-hosted, Linux]

@manasaV3 manasaV3 merged commit 4f45b9a into main Feb 7, 2024
1 check passed
@manasaV3 manasaV3 deleted the mvenkatakrishnan/staging_deploy branch May 15, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants