mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
move workflows to their place
This commit is contained in:
0
.github/workflows/CD/apply_changes_on_cluster.yml
vendored
Normal file
0
.github/workflows/CD/apply_changes_on_cluster.yml
vendored
Normal file
0
.github/workflows/CD/build_and_push_docker_img.yml
vendored
Normal file
0
.github/workflows/CD/build_and_push_docker_img.yml
vendored
Normal file
0
.github/workflows/CD/deploy_on_cloudflare_pages.yml
vendored
Normal file
0
.github/workflows/CD/deploy_on_cloudflare_pages.yml
vendored
Normal file
0
.github/workflows/CI/go_build.yml
vendored
Normal file
0
.github/workflows/CI/go_build.yml
vendored
Normal file
0
.github/workflows/CI/go_lint.yml
vendored
Normal file
0
.github/workflows/CI/go_lint.yml
vendored
Normal file
0
.github/workflows/CI/go_test.yml
vendored
Normal file
0
.github/workflows/CI/go_test.yml
vendored
Normal file
0
.github/workflows/CI/svelte_build.yml
vendored
Normal file
0
.github/workflows/CI/svelte_build.yml
vendored
Normal file
0
.github/workflows/CI/svelte_lint.yml
vendored
Normal file
0
.github/workflows/CI/svelte_lint.yml
vendored
Normal file
5
.github/workflows/cd.yml
vendored
Normal file
5
.github/workflows/cd.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
name: Continuous Deployment
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
2
.github/workflows/ci.yml
vendored
Normal file
2
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
name: Continuous Integration
|
||||
on: push
|
Reference in New Issue
Block a user