Compare commits

..

3 Commits

Author SHA1 Message Date
1402c07e70 Merge pull request 'work' (#1) from work into main
Reviewed-on: #1
2024-11-26 10:05:46 -06:00
87d5b2fddd fix typo
All checks were successful
/ Plan (push) Successful in 42s
/ Plan (pull_request) Successful in 9s
/ Deploy (pull_request) Successful in 39s
2024-11-26 10:04:26 -06:00
b6f433d13c get rid of unneeded volumes
Some checks failed
/ Plan (push) Failing after 1m45s
2024-11-26 10:01:47 -06:00
2 changed files with 2 additions and 4 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/enphse:dev
docker push git.hamik.net/paradizelost/enphase:dev

View File

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