Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jan 5, 2024
2 parents 0791d80 + 3a6c0cb commit 293b1ad
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ env:
on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git clone on our repo

uses: actions/checkout@v2

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

- name: Login to Dockerhub
working-directory: ${{ github.workspace }}/docker-stack/golem-reputation-backend
run: make login

- name: Build Containers
working-directory: ${{ github.workspace }}/docker-stack/golem-reputation-backend
run: make build-amd64

- name: Push Containers
working-directory: ${{ github.workspace }}/docker-stack/golem-reputation-backend
run: make push-amd64

- name: Deploy to europe reputation instance
Expand Down

0 comments on commit 293b1ad

Please sign in to comment.