aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml
index 0719589..14b3e04 100644
--- a/.github/workflows/earthly.yml
+++ b/.github/workflows/earthly.yml
@@ -32,14 +32,12 @@ jobs:
if: github.event_name != 'pull_request'
id: build-and-push
run: |
- earthly --push +xesite
- earthly --push +patreon-saasproxy
+ earthly --ci --push +all
- name: Build Docker image
if: github.event_name == 'pull_request'
id: build
run: |
- earthly +xesite
- earthly +patreon-saasproxy
+ earthly --ci +all
deploy-patreon:
name: "Deploy patreon-saasproxy"
@@ -60,6 +58,7 @@ jobs:
- 'internal/**/*.go'
- 'go.mod'
- 'go.sum'
+ - 'Earthfile'
- if: steps.changes.outputs.src == 'true'
run: flyctl deploy --remote-only -c ./fly/patreon-saasproxy/fly.toml
env: