Skip to content

Commit

Permalink
Merge ; commit 'c178b09faa7828ff4fd1ab4e395ddf8292bb041e'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 22, 2024
2 parents f2b7b7e + c178b09 commit 2ae127b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy Services

on:
push:
branches:
- main
dispatch_workflow:

jobs:
deploy:
Expand All @@ -23,8 +21,8 @@ jobs:

- name: Deploy MinIO Stack
run: |
export MINIO_ACCESS_KEY=${{ secrets.MINIO_ACCESS_KEY }}
export MINIO_SECRET_KEY=${{ secrets.MINIO_SECRET_KEY }}
export MINIO_ROOT_USER=${{ secrets.MINIO_ACCESS_KEY }}
export MINIO_ROOT_PASSWORD=${{ secrets.MINIO_SECRET_KEY }}
docker stack deploy -c ./minio/docker-compose.minio.yaml minio_stack
- name: Deploy Weaviate Stack
Expand All @@ -35,4 +33,4 @@ jobs:
- name: Deploy NGINX Stack
run: |
# Set any environment variables for NGINX here
#docker stack deploy -c ./nginx-server/docker-compose.nginx.yaml nginx_stack
# docker stack deploy -c ./nginx-server/docker-compose.nginx.yaml nginx_stack
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/chat
/minio.multi-cluster-nfs-docker-compose.yaml

0 comments on commit 2ae127b

Please sign in to comment.