Skip to content

Commit

Permalink
Update deployDev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1212 authored Oct 26, 2023
1 parent bc58dde commit fed4eab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
- name: Load .evn file from secrets
run: echo "${{ secrets.ENV_FILE }}" > .env

- name: 🏗️ Build the stack
run: docker-compose build -f docker-compose-dev.yml
- name: 🏗️ Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: registry.cevi.tools/cevi/onlinemat-frontend:dev

- name: 🚀 Push containers to registry
run: docker-compose push -f docker-compose-dev.yml

0 comments on commit fed4eab

Please sign in to comment.