Compare commits

...

2 commits

Author SHA1 Message Date
5007af517b
Extended dockge test with custom container
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 14s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 13s
/ build-site (push) Successful in 1m7s
/ create-release (push) Successful in 9s
/ auto-deploy-dockge (push) Successful in 23s
2024-07-22 12:46:57 +02:00
a9568375c1
Unpinned Dockge 2024-07-20 18:02:44 +02:00
2 changed files with 4 additions and 14 deletions

View file

@ -69,26 +69,16 @@ jobs:
needs: [ build-site ] needs: [ build-site ]
if: success() if: success()
runs-on: docker runs-on: docker
container: nikolaik/python-nodejs:python3.11-nodejs21 container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
steps: steps:
- name: Configure pip
run: |
pip config set global.index-url https://pypi.org/simple
pip config set global.extra-index-url https://forgejo.neshweb.net/api/packages/Firq/pypi/simple/
pip config set global.timeout 60
pip config set global.trusted-host "pypi.org forgejo.neshweb.net"
- name: Install Dockge CLI - name: Install Dockge CLI
run: pip install dockge-cli==0.1.1-c.1 run: pip install dockge-cli
- name: Configure Dockge CLI - name: Configure Dockge CLI
run: | run: |
dockge host https://dockge.firq.dev dockge host '${{ vars.DOCKGE_HOST }}'
dockge login --user '${{ secrets.DOCKGE_USER }}' --password '${{ secrets.DOCKGE_CREDENTIAL }}' dockge login --user '${{ secrets.DOCKGE_USER }}' --password '${{ secrets.DOCKGE_CREDENTIAL }}'
- name: Check status and redeploy - name: Check status and redeploy
run: | run: |
dockge status firq-dev-preview dockge status firq-dev-preview
dockge update firq-dev-preview dockge update firq-dev-preview
dockge status firq-dev-preview dockge status firq-dev-preview
- name: Reset CLI
run : |
dockge logout
dockge exit

View file

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