feat: push to v2 without check packege-lock
All checks were successful
CI/CD / test (push) Successful in 9s
CI/CD / deploy (push) Successful in 34s

This commit is contained in:
Stepan Vladovskiy 2024-04-11 16:26:17 -03:00
parent 217bbe78b9
commit 3f72e9c787

View File

@ -27,9 +27,9 @@ jobs:
id: branch_name id: branch_name
run: echo "::set-output name=branch::$(echo ${GITHUB_REF##*/})" run: echo "::set-output name=branch::$(echo ${GITHUB_REF##*/})"
- name: Push to dokku - name: Push to v2.discours.io server
uses: dokku/github-action@master uses: dokku/github-action@master
with: with:
branch: 'main' branch: 'main'
git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}' git_remote_url: 'ssh://dokku@v2.discours.io:22/crdt-server'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}