Skip to content

Commit

Permalink
Rename the server dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Feb 22, 2024
1 parent d3baf1b commit 79b3d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions skewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
install the server.
commands:
private:
- run: kubectl apply -f http-server/kubernetes.yaml
- run: kubectl apply -f server/kubernetes.yaml
output: deployment.apps/http-server created
- standard: kubernetes/create_your_sites
- standard: kubernetes/link_your_sites
Expand Down Expand Up @@ -84,6 +84,6 @@ steps:
commands:
private:
- run: skupper delete
- run: kubectl delete -f http-server/kubernetes.yaml
- run: kubectl delete -f server/kubernetes.yaml
public:
- run: skupper delete

0 comments on commit 79b3d86

Please sign in to comment.