Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Dec 29, 2023
1 parent 7a942aa commit 7a90f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ jobs:
ref: refs/heads/${{ env.FIREBASE_PARENT_BRANCH }}
token: ${{ env.TOKEN_FOR_WORKFLOW }}
path: "firebase"
persist-credentials: false
- name: Сheckout firebase functions repo (${{ env.FIREBASE_CHILD_REPO }})
uses: actions/checkout@v4
with:
repository: ${{ env.FIREBASE_CHILD_REPO }}
ref: refs/heads/${{ env.FIREBASE_CHILD_BRANCH }}
token: ${{ env.TOKEN_FOR_WORKFLOW }}
path: "firebase/functions"
persist-credentials: false
- name: Make hosting directory
run: |
if [[ ! -d firebase/hosting ]]; then
Expand All @@ -48,6 +50,7 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
path: "firebase/hosting/${{ env.SITE_DIR }}"
persist-credentials: false
- name: Change mode directory
run: chmod 0755 -R firebase
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 7a90f51

Please sign in to comment.