parent
d20d187cb7
commit
d3cd640207
1 changed files with 6 additions and 1 deletions
|
|
@ -8,9 +8,14 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
run: |
|
||||
git clone --depth 1 --branch prod \
|
||||
https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.lan.krilio.net/nuno/test-app.git \
|
||||
.
|
||||
|
||||
- name: Login to registry
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue