Skip to content

test(exesh): stress testing (#144) #11

test(exesh): stress testing (#144)

test(exesh): stress testing (#144) #11

Workflow file for this run

name: ExeshDeploy
on:
push:
paths:
- Exesh/**
branches:
- master
defaults:
run:
shell: bash
working-directory: Exesh
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: docker.io/eewynell/coduels-exesh:latest
context: Exesh