renaming .github to .gitea
This commit is contained in:
@@ -6,14 +6,14 @@ on:
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
uses: ./.github/workflows/changes.yaml
|
||||
uses: ./.gitea/workflows/changes.yaml
|
||||
|
||||
build:
|
||||
if: ${{ needs.changes.outputs.api == 'true' || needs.changes.outputs.client == 'true' }}
|
||||
name: build
|
||||
needs:
|
||||
- changes
|
||||
uses: ./.github/workflows/build_and_test.yaml
|
||||
uses: ./.gitea/workflows/build_and_test.yaml
|
||||
with:
|
||||
environment_name: test
|
||||
version_number: ${{ github.run_id }}
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
needs:
|
||||
- changes
|
||||
- build
|
||||
uses: ./.github/workflows/deploy.yaml
|
||||
uses: ./.gitea/workflows/deploy.yaml
|
||||
with:
|
||||
app_name: flying
|
||||
environment_name: test
|
||||
|
||||
@@ -5,14 +5,14 @@ on:
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
uses: ./.github/workflows/changes.yaml
|
||||
uses: ./.gitea/workflows/changes.yaml
|
||||
|
||||
build:
|
||||
if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true'}}
|
||||
name: build
|
||||
needs:
|
||||
- changes
|
||||
uses: ./.github/workflows/build_and_test.yaml
|
||||
uses: ./.gitea/workflows/build_and_test.yaml
|
||||
with:
|
||||
environment_name: pull_request
|
||||
version_number: ${{ github.run_id }}
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
uses: ./.github/workflows/build_and_test.yaml
|
||||
uses: ./.gitea/workflows/build_and_test.yaml
|
||||
with:
|
||||
environment_name: prod
|
||||
version_number: ${{ github.ref_name }}
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
name: deploy
|
||||
needs:
|
||||
- build
|
||||
uses: ./.github/workflows/deploy.yaml
|
||||
uses: ./.gitea/workflows/deploy.yaml
|
||||
with:
|
||||
app_name: flying
|
||||
environment_name: prod
|
||||
|
||||
1
infrastructure/.gitignore
vendored
1
infrastructure/.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user