Compare commits
2 commits
de68104603
...
5007af517b
Author | SHA1 | Date | |
---|---|---|---|
5007af517b | |||
a9568375c1 |
2 changed files with 4 additions and 14 deletions
|
@ -69,26 +69,16 @@ jobs:
|
|||
needs: [ build-site ]
|
||||
if: success()
|
||||
runs-on: docker
|
||||
container: nikolaik/python-nodejs:python3.11-nodejs21
|
||||
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
|
||||
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
|
||||
run: pip install dockge-cli==0.1.1-c.1
|
||||
run: pip install dockge-cli
|
||||
- name: Configure Dockge CLI
|
||||
run: |
|
||||
dockge host https://dockge.firq.dev
|
||||
dockge host '${{ vars.DOCKGE_HOST }}'
|
||||
dockge login --user '${{ secrets.DOCKGE_USER }}' --password '${{ secrets.DOCKGE_CREDENTIAL }}'
|
||||
- name: Check status and redeploy
|
||||
run: |
|
||||
dockge status firq-dev-preview
|
||||
dockge update firq-dev-preview
|
||||
dockge status firq-dev-preview
|
||||
- name: Reset CLI
|
||||
run : |
|
||||
dockge logout
|
||||
dockge exit
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.5",
|
||||
"version": "0.2.0-pre.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue