Merge branch 'main' of ssh://fung.uy:2222/mycosystems/myco.systems
All checks were successful
Static / build (push) Successful in 2m35s
All checks were successful
Static / build (push) Successful in 2m35s
This commit is contained in:
commit
72519962fb
2 changed files with 14 additions and 14 deletions
|
@ -1,22 +1,24 @@
|
||||||
name: Static
|
name: Static
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
container:
|
||||||
runs-on: hugo-latest
|
image: fung.uy/mycosystems/web-ci:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: pre-compress
|
- name: pre-compress
|
||||||
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
|
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
uses: easingthemes/ssh-deploy@main
|
uses: https://fung.uy/mirrors/ssh-deploy@main
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.PA_SSH_KEY }}
|
||||||
ARGS: "-rlgoDzvc -i --delete"
|
ARGS: "-rlgoDzvc -i --delete"
|
||||||
SOURCE: "public/"
|
SOURCE: "public/"
|
||||||
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
|
REMOTE_HOST: ${{ secrets.PA_HOST }}
|
||||||
REMOTE_USER: ${{ secrets.REMOTE_USER }}
|
REMOTE_USER: ${{ secrets.PA_USER }}
|
||||||
TARGET: ${{ secrets.REMOTE_TARGET }}
|
TARGET: ${{ secrets.PA_DATA_DIR }}/myco.systems
|
||||||
|
|
|
@ -87,9 +87,7 @@
|
||||||
The following currencies are supported:<br><br></p>
|
The following currencies are supported:<br><br></p>
|
||||||
|
|
||||||
<b class="crypto-name">Monero (XMR):</b><span
|
<b class="crypto-name">Monero (XMR):</b><span
|
||||||
class="crypto-address">49r2aeun8DtV5VqZpZSwRpS83WfUWEaLt4NG8HJwwVkbiT1vSsXTXrPFKkKTdc6MPX9iezbTidNPvhGZKCnM1338TfK6Hgi</span><br>
|
class="crypto-address">86RNZmWcHyiaq9XbSN44rYT75tNZ5QwE7d1bx3ywJib3hYM9XFt93c5Py2ahFVxw7qNzj2TZFLcZeE5Z12TUJhyML4ZpLNx</span>
|
||||||
<b class="crypto-name">Litecoin (LTC):</b><span
|
|
||||||
class="crypto-address">LTC1QQU6WULK4XQEMX2KH4V3C6EMZH45Q7JLJLFG2CS</span><br>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue