Skip to content

Commit 21fc9fd

Browse files
authored
Fixed nullstone push for GCP GCS Static Site when pushing an assets directory. (#366)
1 parent a2a4e17 commit 21fc9fd

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Added `secrets list` command to list secrets in the cloud platform connected to that environment.
44
* Added `secrets create` command to create a secret in the cloud platform connected to that environment.
55
* Added `secrets update` command to update a secret in the cloud platform connected to that environment.
6+
* Fixed `nullstone push` for GCP GCS Static Site when pushing an assets directory.
67

78
# 0.0.163 (Feb 10, 2026)
89
* Fixed missing connections when running app workspace commands.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/gosuri/uilive v0.0.4
1414
github.com/mark3labs/mcp-go v0.43.2
1515
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
16-
github.com/nullstone-io/deployment-sdk v0.0.0-20260209214342-e148cc6ab28a
16+
github.com/nullstone-io/deployment-sdk v0.0.0-20260213162400-335285d1a9ff
1717
github.com/nullstone-io/iac v0.0.0-20260107210755-6abbd01ce754
1818
github.com/nullstone-io/module v0.2.10
1919
github.com/ryanuber/columnize v2.1.2+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
398398
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
399399
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=
400400
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
401-
github.com/nullstone-io/deployment-sdk v0.0.0-20260209214342-e148cc6ab28a h1:ICKHCdNBlcXwzmj6rpxs06P5+50xXhyDpF81/slgTY8=
402-
github.com/nullstone-io/deployment-sdk v0.0.0-20260209214342-e148cc6ab28a/go.mod h1:djeiFHPqZZNoMAh27GU6vmCC59tX7B8Z8nzjnROEaLE=
401+
github.com/nullstone-io/deployment-sdk v0.0.0-20260213162400-335285d1a9ff h1:cbFgYQ5aubFcVpUUGfMFUyKw/TXVrbod1/bk2Hr3o9o=
402+
github.com/nullstone-io/deployment-sdk v0.0.0-20260213162400-335285d1a9ff/go.mod h1:djeiFHPqZZNoMAh27GU6vmCC59tX7B8Z8nzjnROEaLE=
403403
github.com/nullstone-io/iac v0.0.0-20260107210755-6abbd01ce754 h1:dh6K1Avm9A/x9UrkKpQyoPagIYhMxoeAwQLKPKQStzc=
404404
github.com/nullstone-io/iac v0.0.0-20260107210755-6abbd01ce754/go.mod h1:4Vy8Kl85eYAskEPtz0LfHW4xfld6wSwZAebPZs4Rr7I=
405405
github.com/nullstone-io/module v0.2.10 h1:wCKrlyxyH9XQW5HliW/V6qNsDgUQxUCcWL60Ojlz+2U=

0 commit comments

Comments
 (0)