Skip to content

Commit

Permalink
changed kimiko-cs to kimiko-csharp
Browse files Browse the repository at this point in the history
Signed-off-by: Ravencodess <[email protected]>
  • Loading branch information
Ravencodess authored Jul 29, 2024
1 parent 085a0c9 commit a5d54b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/team-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,25 @@ jobs:
script: |
cd hng_boilerplate_nextjs
./scripts/team_deploy.sh kimiko-golang ${{ vars.PORT }}
kimiko-cs:
kimiko-csharp:
if: github.event.repository.fork == false
runs-on: ubuntu-latest

environment:
name: "kimiko-cs"
name: "kimiko-csharp"
url: ${{ vars.URL }}

steps:
- name: Deploy to kimiko-cs environment
- name: Deploy to kimiko-csharp environment
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd hng_boilerplate_nextjs
./scripts/team_deploy.sh kimiko-cs ${{ vars.PORT }}
./scripts/team_deploy.sh kimiko-csharp ${{ vars.PORT }}
cyborgs-java:
if: github.event.repository.fork == false
Expand Down

0 comments on commit a5d54b5

Please sign in to comment.