Compare commits
No commits in common. "5007af517b7185f3ee62b8c172f8884f61d3535e" and "de681046037db8401c37bc9d80d65e3c38315289" have entirely different histories.
5007af517b
...
de68104603
2 changed files with 14 additions and 4 deletions
|
@ -69,16 +69,26 @@ jobs:
|
|||
needs: [ build-site ]
|
||||
if: success()
|
||||
runs-on: docker
|
||||
container: forgejo.neshweb.net/ci-docker-images/python-neshweb:3.11
|
||||
container: nikolaik/python-nodejs:python3.11-nodejs21
|
||||
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
|
||||
run: pip install dockge-cli==0.1.1-c.1
|
||||
- name: Configure Dockge CLI
|
||||
run: |
|
||||
dockge host '${{ vars.DOCKGE_HOST }}'
|
||||
dockge host https://dockge.firq.dev
|
||||
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.6",
|
||||
"version": "0.2.0-pre.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue