File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ https://raddy.dev/blog/how-to-deploy-nextjs-app-on-a-vps-using-github-actions/
21
21
cd ${{secrets.DOGDB_PREVIEW_FRONTEND_FOLDER_NAME}} && git pull origin ${{ steps.branch-names.outputs.current_branch }}" && npm install && npm test && npm run build
22
22
23
23
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
26
24
25
+ https://www.pluralsight.com/resources/blog/cloud/conditions-in-bash-scripting-if-statements
26
+ 🐜
27
27
Wb3rvTirMomt2wdf8Dun
28
-
28
+ 🐜
29
29
sudo chown -R adam dogdb-frontend/
30
30
31
31
<!-- sed -i.bak -e 's@Site_Preview.*@Site_Preview test @' -e 's@Site_Url.*@Site_Url test @' .github/pull_request_template.md -->
Original file line number Diff line number Diff line change 15
15
- uses : mshick/add-pr-comment@v2
16
16
with :
17
17
message : |
18
- [](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
+ [](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 >
You can’t perform that action at this time.
0 commit comments