Skip to content

Commit

Permalink
refactor: Update deploy-backend.yml to include app name in b4a deploy…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
4lysson-a committed Jul 9, 2024
1 parent 1edb299 commit e9c4720
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Auth with your back4app account
run: echo ${{ secrets.BACK4APP_ACCOUNT_KEY }} | b4a configure accountkey

- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq

- name: Update applicationId in .parse.local
run: |
cd backend
Expand Down

0 comments on commit e9c4720

Please sign in to comment.