Skip to content

Commit 5202545

Browse files
committed
Removed unnecessary line in deploy.yml workflow
1 parent d6fe2d2 commit 5202545

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,4 @@ jobs:
6969
echo "Loading environment variables from secrets..."
7070
echo "${{ secrets.DEV_ENV_FILE }}" > .env
7171
sudo docker run --name="myriadflow_gateway_dev" --env-file=.env -p 9091:8080 --network=myriadflow_network -d ghcr.io/myriadflow/gateway_v2:dev
72-
rm -rf .env
73-
72+
rm -rf .env

0 commit comments

Comments
 (0)