Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xamber authored Nov 30, 2020
1 parent 714ad53 commit 50f47ef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1

- name: start deployment
uses: bobheadxi/deployments@v0.4.3
id: deployment
with:
step: start
token: ${{ secrets.GITHUBTOKEN }}
env: xamber.tech

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -74,4 +82,13 @@ jobs:
echo $app_version
echo $frontend_version
docker-compose up -d
- name: update deployment status
uses: bobheadxi/deployments@v0.4.3
if: always()
with:
step: finish
token: ${{ secrets.GITHUBTOKEN }}
status: ${{ job.status }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}

0 comments on commit 50f47ef

Please sign in to comment.