Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench authored Jan 5, 2024
1 parent 33fa572 commit c5fbeb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git clone on our repo

uses: actions/checkout@v2

- name: Switch directory
working-directory: ./docker-stack/golem-reputation-backend
run: cd docker-stack/golem-reputation-backend

- name: Login to Dockerhub
working-directory: ./docker-stack/golem-reputation-backend
run: make login

- name: Build Containers
working-directory: ./docker-stack/golem-reputation-backend
run: make build-amd64

- name: Push Containers
working-directory: ./docker-stack/golem-reputation-backend
run: make push-amd64

- name: Deploy to europe reputation instance
Expand Down

0 comments on commit c5fbeb0

Please sign in to comment.