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

Added swarm demo. #439

Merged
merged 5 commits into from
Oct 29, 2024
Merged

Added swarm demo. #439

merged 5 commits into from
Oct 29, 2024

Conversation

diegoarceof
Copy link
Contributor

No description provided.

@javierluraschi
Copy link
Member

@diegoarceof PR looks great! Could you also add deployment to this? See:

In addition, could we split those files to only deploy when each app changes? You'll have to break it down into multiple files, I believe:

on:
  push:
    branches:
      - release
    paths:
      - .github/workflows/apps*
      - apps/**

would change to something like:

on:
  push:
    branches:
      - release
    paths:
      - .github/workflows/app-hal9*
      - apps/hal9/**

Thanks!

@javierluraschi javierluraschi merged commit e5c6659 into hal9ai:main Oct 29, 2024
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