CI/CD auto deploy website #4

Open
ange wants to merge 19 commits from websitedeploy into dev
Showing only changes of commit 7c243b7a1f - Show all commits

View File

@ -28,6 +28,10 @@ jobs:
password: "${{ secrets.PKGRW }}"
dockerfile: website/Dockerfile
- name: test
working-directory: website
run: pwd && find .
- uses: actions/k8sdeploy@v1
working-directory: website
with: