CI/CD edit
This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
|||||||
- run: sudo dnf install -y nodejs
|
- run: sudo dnf install -y nodejs
|
||||||
- name: "Check out repo code"
|
- name: "Check out repo code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Import GPG key
|
||||||
|
uses: crazy-max/ghaction-import-gpg@v6
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASS }}
|
||||||
# - name: Push flatpak to repo
|
# - name: Push flatpak to repo
|
||||||
# run: |
|
# run: |
|
||||||
# git clone https://github.com/flatpak/flat-manager.git
|
# git clone https://github.com/flatpak/flat-manager.git
|
||||||
@@ -28,6 +33,7 @@ jobs:
|
|||||||
bundle: RDPConnect.flatpak
|
bundle: RDPConnect.flatpak
|
||||||
manifest-path: com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
|
manifest-path: com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
|
||||||
cache-key: flatpak-builder-${{ gitea.sha }}
|
cache-key: flatpak-builder-${{ gitea.sha }}
|
||||||
|
gpg-sign: kaplanantonin@gmail.com
|
||||||
|
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: ls com.angoosh.RDPConnect
|
- run: ls com.angoosh.RDPConnect
|
||||||
@@ -40,10 +46,4 @@ jobs:
|
|||||||
echo $REPO_TOKEN
|
echo $REPO_TOKEN
|
||||||
echo $FLATMAN_URL
|
echo $FLATMAN_URL
|
||||||
./flat-manager/flat-manager-client push --commit $FLATMAN_URL repo
|
./flat-manager/flat-manager-client push --commit $FLATMAN_URL repo
|
||||||
|
./flat-manager/flat-manager-client publish $FLATMAN_URL
|
||||||
# - uses: flatpak/flatpak-github-actions/flat-manager@v6
|
|
||||||
# name: "Deploy"
|
|
||||||
# with:
|
|
||||||
# repository: stable
|
|
||||||
# flat-manager-url: https://flatpak.angoosh.com
|
|
||||||
# token: ${{ secrets.FLATMAN_API_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user