Skip to content

Commit

Permalink
Update deploy-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyabhandari0220 authored Apr 30, 2024
1 parent 92a4c09 commit c8b8fef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
with:
persist-credentials: false

- name: Add SSH private keys for submodule repositories
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.OATUTOR_CONTENT_DEPLOY_KEY }}
- run: git submodule update --init --recursive

- name: Save original git author and git email
Expand Down Expand Up @@ -52,11 +46,6 @@ jobs:

- name: Run build
run: npm run build
env:
REACT_APP_FIREBASE_CONFIG: ${{ secrets.STAGING_FIREBASE_CONFIG }}
CI: false
REACT_APP_BUILD_TYPE: "production"
REACT_APP_COMMIT_HASH: ${{ github.sha }}

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c8b8fef

Please sign in to comment.