Skip to content

Merge pull request #71 from thtmnisamnstr/technical_updates #39

Merge pull request #71 from thtmnisamnstr/technical_updates

Merge pull request #71 from thtmnisamnstr/technical_updates #39

Workflow file for this run

name: Deploy thtmnisamnstr-dotcom to Netlify
on:
push:
branches: [ main ]
jobs:
build:
runs-on: [earthly-satellite#thtmnisamnstr-dotcom-sat]
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.13
- uses: actions/checkout@v4
- name: Docker Login
run: docker login --username "thtmnisamnstr" --password "$DOCKERHUB_TOKEN"
- name: Run build
run: earthly --org thtmnisamnstr --sat thtmnisamnstr-dotcom-sat --ci --push +deploy