adding build contet
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 5s
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 5s
This commit is contained in:
@@ -20,13 +20,9 @@ jobs:
|
||||
run: |
|
||||
echo "IMAGE=local/nautilusdesk:${{ gitea.sha }}" >> $GITEA_ENV
|
||||
|
||||
- name: ls
|
||||
run: |
|
||||
cd NautilusDesk
|
||||
ls
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build -t "$IMAGE" .
|
||||
docker build -t "$IMAGE" ./nautilusdesk
|
||||
|
||||
- name: Deploy via compose
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user