Compare commits

..

No commits in common. "db460df4a9d415042f07818c579c7077e85718cc" and "3f47a4640df4f5274fac7d1c5ddcb68591ae00f3" have entirely different histories.

View File

@ -7,6 +7,7 @@ on:
jobs:
Plan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@ -19,8 +20,8 @@ jobs:
- name: Deploy
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/enphase:latest .
docker push git.hamik.net/paradizelost/enphase:latest
docker build -t git.hamik.net/paradizelost/librarynotices:latest .
docker push git.hamik.net/paradizelost/librarynotices
Deploy:
needs: [Plan] #
runs-on: enphasecollector