Skip to content

chore: release master (#239) #1

chore: release master (#239)

chore: release master (#239) #1

Workflow file for this run

name: release
on:
push:
tags: [ "graffiti-server-v*" ]
jobs:
publish-server:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
FILE: ./server/Dockerfile
CONTEXT: ./server
DOCKERHUB_REPO: "aeternity/graffiti-server"
deploy-server-testnet:
needs: [publish-server]
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DEPLOY_ENV: prd
DEPLOY_APP: graffiti-server-testnet
DEPLOY_TAG: ${{ github.ref_name }}
deploy-server-mainnet:
needs: [publish-server, deploy-server-testnet]
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DEPLOY_ENV: prd
DEPLOY_APP: graffiti-server-mainnet
DEPLOY_TAG: ${{ github.ref_name }}