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

Fourth Iteration of CI/CD #92

Merged
merged 32 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e93e6e2
domain setup step 1 test 5
NdibeRaymond Dec 21, 2020
0f7d2b1
Merge branch 'master' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Dec 21, 2020
8f28f17
domain setup step 2(backend) test 1
NdibeRaymond Dec 21, 2020
101769f
domain setup step2(backend) test2
NdibeRaymond Dec 21, 2020
1088881
Merge branch 'master' into deployment
NdibeRaymond Dec 21, 2020
f372da9
Merge branch 'master' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Dec 23, 2020
f7b373a
removed .ssl-data from .dockerignore
NdibeRaymond Dec 23, 2020
623edf8
Merge branch 'deployment' of https://github.com/unstructuredstudio/zu…
NdibeRaymond Dec 23, 2020
20b3d05
added custom nginx container to handle reverse proxying and https req…
NdibeRaymond Dec 27, 2020
7d44de8
Merge branch 'master' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Jan 6, 2021
680528d
made important changes to deploy_frontend.sh, added google tracking c…
NdibeRaymond Jan 6, 2021
7653ccb
switched handling of ssl back to valian/docker-nginx-auto-ssl
NdibeRaymond Jan 7, 2021
a9f9b05
Merge branch 'phase2' into deployment
NdibeRaymond Jan 7, 2021
5aefc4d
Merge branch 'master' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Jan 16, 2021
c44f36d
separated docker-compose files into dev and prod in preparation for C…
NdibeRaymond Jan 17, 2021
1dc4b5b
Merge branch 'deployment' of https://github.com/unstructuredstudio/zu…
NdibeRaymond Jan 17, 2021
7d61f64
Merge branch 'phase2' into deployment
NdibeRaymond Jan 17, 2021
666b159
separated docker-compose files into dev and prod in preparation for C…
NdibeRaymond Jan 17, 2021
2110b84
separated docker-compose files into dev and prod in preparation for C…
NdibeRaymond Jan 18, 2021
9a545be
Merge branch 'phase2' into deployment
NdibeRaymond Jan 18, 2021
9cef281
made deploy_frontend.sh more explanatory
NdibeRaymond Jan 18, 2021
0fc2d71
Merge branch 'deployment' of https://github.com/unstructuredstudio/zu…
NdibeRaymond Jan 18, 2021
271408a
Added more actions to profile dropdown (#84)
NdibeRaymond Jan 22, 2021
2fe6e3e
Revert "Added more actions to profile dropdown (#84)" (#85)
NdibeRaymond Jan 22, 2021
2b802e8
Merge branch 'master' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Jan 24, 2021
c61c559
ci/cd ---- test 1
NdibeRaymond Jan 25, 2021
a205f06
ci/cd ---- test 2
NdibeRaymond Jan 25, 2021
d72f80e
Merge branch 'phase2' into CI/CD
NdibeRaymond Jan 25, 2021
8ef4c27
ci/cd ---- test 3
NdibeRaymond Jan 25, 2021
5f5c7d4
Merge branch 'CI/CD' of https://github.com/unstructuredstudio/zubhub …
NdibeRaymond Jan 25, 2021
9c512e6
Merge branch 'phase2' of https://github.com/unstructuredstudio/zubhub…
NdibeRaymond Jan 25, 2021
9394b9a
ci/cd ---- test 4
NdibeRaymond Jan 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_deploy_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "!zubhub_frontend/zubhub/.env.example"
- "!zubhub_frontend/zubhub/.prettierrc.yaml"
- "!zubhub_frontend/zubhub/.gitignore"
workflow_dispatch:

jobs:
main:
Expand Down
40 changes: 0 additions & 40 deletions zubhub_backend/.github/workflows/build_deploy.yml

This file was deleted.

41 changes: 0 additions & 41 deletions zubhub_frontend/zubhub/.github/workflows/build_deploy.yml

This file was deleted.