Merge branch 'artifact-v3' into dev
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 1m57s
Deploy DeepDrftManager / Build & Publish (push) Successful in 58s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m10s
Deploy DeepDrftAPI / Deploy (push) Failing after 1m26s
Deploy DeepDrftManager / Deploy (push) Successful in 1m28s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m29s

This commit is contained in:
daniel-c-harvey
2026-06-04 13:34:07 -04:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ jobs:
run: tar -czf deepdrft-api.tar.gz -C DeepDrftAPI/publish .
- name: Upload artifacts (archive + bundle)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: deepdrft-api
path: |
@@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: deepdrft-api
path: staging/
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
run: tar -czf deepdrft-manager.tar.gz -C DeepDrftManager/publish .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: deepdrft-manager
path: deepdrft-manager.tar.gz
@@ -49,7 +49,7 @@ jobs:
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: deepdrft-manager
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
run: tar -czf deepdrft-public.tar.gz -C DeepDrftPublic/publish .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: deepdrft-public
path: deepdrft-public.tar.gz
@@ -53,7 +53,7 @@ jobs:
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: deepdrft-public