Skip to content

Commit

Permalink
Merge pull request #192 from yaswanth-deriv/yaswanth/FEQ-1233_remove_…
Browse files Browse the repository at this point in the history
…circleci_file

[FEQ]Yaswanth/FEQ-1233/To Remove circle ci
  • Loading branch information
ali-hosseini-deriv authored Jan 10, 2024
2 parents f9ac0e7 + b076c04 commit 4692bb1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 209 deletions.
198 changes: 0 additions & 198 deletions .circleci/config.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Websocket Build Workflow
on:
push:
branches:
- master
jobs:
build_test_and_publish:
name: Build Websocket Application
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Bundle Install
uses: ./.github/actions/bundle_install
- name: Build Jekyll site
uses: ./.github/actions/build_jekyll_site
11 changes: 0 additions & 11 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,3 @@ jobs:
with:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- name: Build Docker image and push to Docker hub and K8S
uses: "./.github/actions/build_and_push_docker_image"
with:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_ORGANISATION: ${{ secrets.DOCKERHUB_ORGANISATION }}
K8S_NAMESPACE: "developers-binary-com-staging"
KUBE_SERVER: ${{ secrets.KUBE_SERVER }}
SERVICEACCOUNT_TOKEN: ${{ secrets.SERVICEACCOUNT_TOKEN }}
CA_CRT: ${{ secrets.CA_CRT }}
APP_VERSION: latest-staging

0 comments on commit 4692bb1

Please sign in to comment.