Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 2, 2024
1 parent b75f96c commit 91eac65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
with:
python-version: '3.8'
- name: Install deps
shell: bash
run: |
#echo ${{ inputs.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
#curl -o - https://www.aptly.info/pubkey.txt | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/aptly.gpg > /dev/null
Expand All @@ -41,6 +42,7 @@ runs:
env:
KEY_PASSPHRASE: ${{ inputs.KEY_PASSPHRASE }}
DISTRIB: ${{ inputs.distribution }}
shell: bash
run: |
#python3.8 pkg_builder/pkgbuild -D ${DISTRIB} -j 3 -p "${KEY_PASSPHRASE}"
mkdir ${DISTRIB}
Expand All @@ -56,6 +58,7 @@ runs:
DISTRIB: ${{ inputs.distribution }}
ARTIFACT: ${{ steps.artifact.output.artifact-url }}
OUTPUT: ${{ steps.artifact.output.artifact-url }}
shell: bash
run: |
echo artifact-url: "${{ steps.artifact.output.artifact-url }}"
echo ARTIFACT: "${ARTIFACT}"
Expand All @@ -65,6 +68,7 @@ runs:
tar -c artifact.url | docker import - ghcr.io/pdidev/pkgs/lastbuild:${DISTRIB}
docker push ghcr.io/pdidev/pkgs/lastbuild:${DISTRIB}
- name: Aggregate sources
shell: bash
run: |
mkdir _site
cp README.tpl/index.html _site
Expand Down

0 comments on commit 91eac65

Please sign in to comment.