在Atlas(由HashiCorp提供)中,我在哪里查看我使用vagrant push
推送的应用程序更改?
我打包了我的Vagrant盒子,然后去了hashicorp atlas vagrant section,创建了新盒子并成功发布了新盒子。
然后我通过启用push
修改了Vagrantfileconfig.push.define "atlas" do |push|
push.app = "dmitrymar/debianbox"
end
然后vagrant push
做了回应:
Uploading dmitrymar/debianbox: 381 MB/381 MB
Uploaded dmitrymar/debianbox v1
我转到https://atlas.hashicorp.com/dmitrymar/boxes/debianbox,我没有看到任何应用程序更改活动。请指教