Skip to content

Commit

Permalink
update deploy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nowgnas committed Dec 15, 2023
1 parent 780a9bb commit 0e3df9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: develop deployment
on:
push:
branches:
- 'develop'
jobs:
build-and-push-docker-image:
deployment:
environment: develop
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -15,9 +17,10 @@ jobs:
with:
username: ${{ secrets.DEV_DOCKER_ID }}
password: ${{ secrets.DEV_DOCKER_PW }}
- name: Build and push
- name: deploy
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
push: true
tags: nowgnas/bb:notification

0 comments on commit 0e3df9f

Please sign in to comment.