-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Dev | ||
name: Build & Deploy to Dev on Azure | ||
|
||
on: | ||
push: | ||
|
@@ -25,6 +25,7 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Sandbox on Hetzner | ||
name: Build & Deploy to Dev on Hetzner | ||
|
||
on: | ||
push: | ||
|
@@ -25,6 +25,7 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Sandbox on Azure | ||
name: Build & Deploy to Sandbox on Azure | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -23,6 +23,7 @@ jobs: | |
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-whiteboard-collaboration-service:${{ github.sha }} | ||
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Sandbox on Hetzner | ||
name: Build & Deploy to Sandbox on Hetzner | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -24,6 +24,7 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Test on Azure | ||
name: Build & Deploy to Test on Azure | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -24,6 +24,7 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build, Migrate & Deploy to Test on Hetzner | ||
name: Build & Deploy to Test on Hetzner | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -24,6 +24,7 @@ jobs: | |
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/[email protected] | ||
|