diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e7b0982..ab61bb2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,5 +98,5 @@ jobs: ansible-playbook infra/ansible/deploy-playbook.yml --private-key private.key --inventory hosts.ini env: APP_HOST: ${{ secrets.APP_HOST }} - REGISTRY_USERNAME: ${{ secrets.DOCKER_USERNAME }} - REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} + REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} \ No newline at end of file