update creds
This commit is contained in:
parent
cd9beacac2
commit
55172cefaa
8
.github/workflows/pipeline.yml
vendored
8
.github/workflows/pipeline.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: liamsgit.dev
|
registry: liamsgit.dev
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and Push Docker Image to Registry
|
- name: Build and Push Docker Image to Registry
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
@ -92,5 +92,5 @@ jobs:
|
|||||||
ansible-playbook infra/ansible/deploy-playbook.yml --private-key private.key --inventory hosts.ini
|
ansible-playbook infra/ansible/deploy-playbook.yml --private-key private.key --inventory hosts.ini
|
||||||
env:
|
env:
|
||||||
APP_HOST: ${{ secrets.APP_HOST }}
|
APP_HOST: ${{ secrets.APP_HOST }}
|
||||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
Loading…
Reference in New Issue
Block a user