Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiEsna authored Jul 22, 2024
2 parents 25c73d2 + 5266f8b commit 900d226
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: connect to our canvas node
run: |
ssh -tt root@134.209.235.90 'cd /var/www/histopia-landing/static/histopia-statics-dev/ && git pull'
# - name: connect to our canvas node
# run: |
# <<<<<<< dev
# ssh -tt root@134.209.235.90 'cd /var/www/histopia-landing/static/histopia-statics-dev/ && git pull'
# =======
# ssh -tt root@134.209.235.90 'cd /var/www/histopia-landing-dev/static/histopia-statics/ && git pull'
# >>>>>>> main
shell: bash
Binary file added character/female/shoes/default/picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added character/female/top/default/picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added character/male/mask/default/model.glb
Binary file not shown.

0 comments on commit 900d226

Please sign in to comment.