Skip to content

Commit 70f762e

Browse files
committed
[DEV-3398] feat(common): only docker deploy
1 parent c55c85c commit 70f762e

4 files changed

Lines changed: 3 additions & 38 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Publish
22

33
on:
4-
pull_request:
5-
types:
6-
- closed
4+
push:
75
branches:
86
- master
97
paths-ignore:
10-
- .github
8+
- '.github/**'
119
workflow_dispatch:
1210

1311
jobs:
File renamed without changes.

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ services:
3030
- action: sync
3131
path: .
3232
target: /app
33+
initial_sync: true
3334
- action: rebuild
3435
path: ./Gemfile.lock

0 commit comments

Comments
 (0)