Skip to content

Commit

Permalink
chore: removed tmp ci
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Dec 31, 2024
1 parent a713606 commit 1539c3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,17 @@ jobs:
with:
node-version: "lts/*"

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'tem'

- name: Install dependencies
run: npm ci

- name: Collecting .env from dotenv-vault
run: npx dotenv-vault@latest pull -m ${{ secrets.DOTENV_ME }} -y

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
working-directory: "android"

- name: Deploying Android
uses: maierj/[email protected]
- name: Deploy to production
uses: johnbeynon/[email protected]
with:
lane: "beta"
subdirectory: "android"
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
api-key: ${{ secrets.MY_RENDER_API_KEY }}
wait-for-success: true


2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci

- name: Run static analysis
run: make lint
run: npm run lint

- name: Test
run: make test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- next

jobs:
Continuous-Integration:
uses: ./.github/workflows/ci.yml
secrets: inherit
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Create-Release:
needs: [Continuous-Integration]
# needs: [Continuous-Integration]
uses: ./.github/workflows/release.yml
permissions:
contents: write # to be able to publish a GitHub release
Expand Down

0 comments on commit 1539c3c

Please sign in to comment.