parent
074a6a7de3
commit
662ec193ef
1 changed files with 1 additions and 29 deletions
|
@ -7,34 +7,6 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: curl
|
||||||
# env:
|
|
||||||
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
|
||||||
steps:
|
steps:
|
||||||
- run: curl -v -I https://git.ifsr.de
|
- run: curl -v -I https://git.ifsr.de
|
||||||
# - run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 'lts'
|
|
||||||
|
|
||||||
- run: npm ci
|
|
||||||
|
|
||||||
- run: npm run build
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
path: _site
|
|
||||||
|
|
||||||
# - name: Deploy
|
|
||||||
# run: |
|
|
||||||
# eval $(ssh-agent -s)
|
|
||||||
# echo "$SSH_PRIVATE_KEY" | ssh-add -
|
|
||||||
# apt update && apt install -y rsync
|
|
||||||
# mkdir ~/.ssh
|
|
||||||
# ssh-keyscan your-host.com > ~/.ssh/known_hosts
|
|
||||||
# rsync -atv --progress ./public/ your-user@your-host.com:/home/your-user/your-content-directory/public
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue