Compare commits
No commits in common. "1402c07e7049c057e927580617e4428ead6a255c" and "249c97ce8e6f20c35bef47ab68180d4c96f322dd" have entirely different histories.
1402c07e70
...
249c97ce8e
@ -26,4 +26,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||||
docker build -t git.hamik.net/paradizelost/enphase:dev .
|
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
|
@ -4,4 +4,6 @@ services:
|
|||||||
container_name: libnotices
|
container_name: libnotices
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
volumes:
|
||||||
|
- "./credentials:/var/www/.aws/credentials"
|
Loading…
x
Reference in New Issue
Block a user