Skip to content

Commit

Permalink
update env file setup in run
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlake-zkq committed Feb 11, 2024
1 parent 5f6ba8c commit b4f57e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup env file
run: echo ${{ secrets.DOTENV}} > .env
run: echo "${{ secrets.DOTENV }}" > .env
- name: start mc server container
run: docker-compose up -d
- name: wait until server starts, SERVER IP HERE
Expand Down

0 comments on commit b4f57e7

Please sign in to comment.