Skip to content

Commit

Permalink
Final relese
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Jan 29, 2023
1 parent b7382fc commit 9109040
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
fetch-depth: '0'

# - name: Deploy
# run: ./builder.bash deploy-ci
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Deploy
run: ./builder.bash deploy-ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

- name: Docs Generate
id: docs_generate
Expand Down

0 comments on commit 9109040

Please sign in to comment.