File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 github-token : ${{ secrets.GITHUB_TOKEN }}
2424 path-to-lcov : ./packages/creepyface/coverage/lcov.info
2525 base-path : ./packages/creepyface
26- - name : Build Docker Image
27- uses : 4lejandrito/build-docker-image-action@main
28- - name : Test Docker Image
29- run : yarn workspace creepyface-site test:docker
3026 - name : Deploy Docker Image
3127 if : github.ref == 'refs/heads/master'
32- uses : 4lejandrito/deploy-docker-image -action@main
28+ uses : 4lejandrito/cloud-deploy -action@main
3329 with :
34- key : ${{ secrets.SSH_PRIVATE_KEY }}
35- prune-gh-pat : ${{ secrets.PRUNE_GITHUB_TOKEN }}
30+ test-command : yarn workspace creepyface-site test:docker
31+ token : ${{ secrets.DEPLOY_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ domain : creepyface.io
2+ port : 5000
3+ volume : /usr/src/app/.data
You can’t perform that action at this time.
0 commit comments