Skip to content

Commit

Permalink
Merge pull request #721 from hngprojects/Ravencodess-patch-1
Browse files Browse the repository at this point in the history
Update team-deployment.yml
  • Loading branch information
augusthottie authored Jul 29, 2024
2 parents 4b44f90 + 6d32172 commit b9fde11
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/team-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ jobs:
script: |
cd hng_boilerplate_nextjs
./scripts/team_deploy.sh kimiko-golang ${{ vars.PORT }}
kimiko-cs:
if: github.event.repository.fork == false
runs-on: ubuntu-latest

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

steps:
- name: Deploy to kimiko-cs 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 }}
cyborgs-java:
if: github.event.repository.fork == false
Expand Down

0 comments on commit b9fde11

Please sign in to comment.