fix: Stop copying .env
All checks were successful
Build Docker / Build Main Image (push) Successful in 17s
Build Docker / Build SLDs Image (push) Successful in 18s

This commit is contained in:
Nathan Woodburn 2023-11-08 18:27:01 +11:00
parent 867e33e390
commit c44c17fa38
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -57,7 +57,6 @@ jobs:
run : |
cd sites
cp -r ../templates/* .
cp ../.env .
cp ../requirements.txt .
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin