Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tracetechnical committed Sep 6, 2022
1 parent 8ad791d commit 79c7252
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Bootstrap account
- name: Run
shell: bash
run: |
cd /opt
make bootstrap
- name: Install ctls
shell: bash
run: |
cd /opt
make install-dependencies
- name: Deploy cloud infra
shell: bash
run: |
cd /opt
make deploy-cloud
- name: Load K8s context
run: |
cd /opt
make k8s
- name: Test K8s cluster
run: |
kubectl get no
- name: Deploy nginx ingresscontroller
run: |
cd /opt
make deploy-nginx-ingresscontroller
- name: Deploy DNS record
run: |
cd /opt
make set-dns-record
- name: Deploy cloud infra
run: |
cd /opt
make deploy-che
./entrypoint.sh

0 comments on commit 79c7252

Please sign in to comment.