upd(ci): make develop image actually run dev mode

This commit is contained in:
Marie 2023-11-08 19:16:25 +01:00 committed by GitHub
parent 79ca5b0d9e
commit 0366ff1c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ jobs:
labels: develop
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: NODE_ENV=development
- name: Push update to server
if: steps.build.outcome == 'success'
uses: indiesdev/curl@v1.1