Skip to content

Commit 65c7d68

Browse files
committed
New version
1 parent 06a6478 commit 65c7d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ runs:
6262
shell: bash
6363
run: |
6464
git fetch --unshallow origin
65+
printenv > env.list
6566
docker context use ${{ inputs.endpoint }}
66-
ls -al
67-
docker compose up -d
67+
docker compose --env-file env.list up -d

0 commit comments

Comments
 (0)