Skip to content

Commit 2cc34f1

Browse files
committed
[CI] - git security
1 parent 2d8cdb7 commit 2cc34f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ https://raddy.dev/blog/how-to-deploy-nextjs-app-on-a-vps-using-github-actions/
2121
cd ${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}} && git pull origin ${{ steps.branch-names.outputs.current_branch }}" && npm install && npm test && npm run build
2222

2323
cd ~ && cd /var/www/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}} && git clone -b ${{ github.ref_name }} https://github.com/dogdb-org/dogdb-frontend.git ${{ secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME }}-${{ github.ref_name }} && cd ${{ secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME }} && npm install && npm test && npm run build
24-
:ant:
25-
https://www.pluralsight.com/resources/blog/cloud/conditions-in-bash-scripting-if-statements
2624

25+
https://www.pluralsight.com/resources/blog/cloud/conditions-in-bash-scripting-if-statements
26+
🐜
2727
Wb3rvTirMomt2wdf8Dun
28-
28+
🐜
2929
sudo chown -R adam dogdb-frontend/
3030

3131
<!-- sed -i.bak -e 's@Site_Preview.*@Site_Preview test @' -e 's@Site_Url.*@Site_Url test @' .github/pull_request_template.md -->

.github/workflows/statusBadge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: mshick/add-pr-comment@v2
1616
with:
1717
message: |
18-
[![Build NextApp Preview and Deploy](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml/badge.svg?branch=${{github.head_ref}}&event=push)](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml) <br/> <br/> <h1>[DogDB - ${{github.head_ref}} url ](https://preview.dogdb.org/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}-${{ github.head_ref }}/out)</h1>
18+
[![Build NextApp Preview and Deploy](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml/badge.svg?branch=${{github.head_ref}}&event=push)](https://github.com/dogdb-org/dogdb-frontend/actions/workflows/preview.yaml) <br/> <h3>[DogDB - ${{github.head_ref}} url 🐜](https://preview.dogdb.org/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}/${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}}-${{ github.head_ref }}/out)</h3>

0 commit comments

Comments
 (0)