Skip to content

Commit

Permalink
make npm step do a real deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonecon committed Apr 23, 2024
1 parent d5036ca commit afda56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
run: npm ci
- name: Publish wrapper package to npm
working-directory: kibble-npm
run: npm publish --dry-run
run: npm publish
env:
NODE_AUTH_TOKEN: "TODO"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ release:
aws s3api put-object-acl --bucket shift72-sites --key $(LINUXarm64) --acl public-read
aws s3api put-object-acl --bucket shift72-sites --key $(WINDOWSx64) --acl public-read
aws s3api put-object-acl --bucket shift72-sites --key $(WINDOWSarm64) --acl public-read
aws s3 cp ./kibble/dist/kibble_linux_amd64_v1/kibble s3://shift72-sites/builder/$(VERSION)/kibble --debug
aws s3 cp ./kibble/dist/kibble_linux_amd64_v1/kibble s3://shift72-sites/builder/$(VERSION)/kibble

update_s3:
echo "setting acls for the released versions"
Expand Down

0 comments on commit afda56d

Please sign in to comment.