Skip to content

Commit

Permalink
fix: deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Jul 11, 2024
1 parent 5f9e6de commit 620c8a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- completed

jobs:
post_deploy:
deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -16,7 +16,7 @@ jobs:

- name: Install nanocl cli
run: |
wget https://download.next-hat.com/repo/linux/ubuntu/pool/stable/main/nanocl_0.15.0_amd64.deb
wget https://github.com/next-hat/nanocl/releases/download/nanocl-0.15.0/nanocl_0.15.0_amd64.deb
sudo dpkg -i nanocl_0.15.0_amd64.deb
rm nanocl_0.15.0_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntex-website",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 620c8a8

Please sign in to comment.