Compare commits

..

No commits in common. "1402c07e7049c057e927580617e4428ead6a255c" and "249c97ce8e6f20c35bef47ab68180d4c96f322dd" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -26,4 +26,4 @@ jobs:
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/enphase:dev .
docker push git.hamik.net/paradizelost/enphase:dev
docker push git.hamik.net/paradizelost/enphse:dev

View File

@ -4,4 +4,6 @@ services:
container_name: libnotices
restart: always
ports:
- "80:80"
- "80:80"
volumes:
- "./credentials:/var/www/.aws/credentials"