Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theironrobin committed May 12, 2023
1 parent d695534 commit 8a0e479
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
- uses: actions/checkout@v3

# - name: add ironrobin public key iff n
# run: |
# echo ${{ secrets.SUDO_PASSWD }} | sudo pacman-key --recv-keys 6ED02751500A833A --keyserver pgp.mit.edu
# echo ${{ secrets.SUDO_PASSWD }} | sudo pacman-key --lsign-key 6ED02751500A833A

- name: build the ISO
run: |
echo ${{ secrets.SUDO_PASSWD }} | sudo -S ./archiso/mkarchiso -v configs/x13s
- name: deploy iso to static file server
run: |
echo ${{ secrets.SUDO_PASSWD }} | sudo -S chown -R alex:alex out/
scp out/* rockpro64:/srv/static/

0 comments on commit 8a0e479

Please sign in to comment.