Testing dockge cli container
All checks were successful
/ astro-check (push) Successful in 15s
/ get-version (push) Successful in 3s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 26s
/ build-site (push) Successful in 1m8s
/ create-release (push) Successful in 7s
/ auto-deploy-dockge (push) Successful in 10s

This commit is contained in:
Firq 2024-07-22 17:51:58 +02:00
parent 5007af517b
commit c72ffef3fc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 4 deletions

View file

@ -69,10 +69,8 @@ jobs:
needs: [ build-site ]
if: success()
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
container: forgejo.neshweb.net/firq/dockge-cli:0.1.1-c.2
steps:
- name: Install Dockge CLI
run: pip install dockge-cli
- name: Configure Dockge CLI
run: |
dockge host '${{ vars.DOCKGE_HOST }}'

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.6",
"version": "0.2.0-pre.7",
"private": true,
"scripts": {
"dev": "astro dev",