Skip to content

Commit

Permalink
Remove gp preview
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2021
1 parent 0209a95 commit 5238e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks:
printf "host_webserver_port: 8080\nhost_https_port: 2222\nhost_db_port: 3306\nhost_mailhog_port: 8025\nhost_phpmyadmin_port: 8036\nbind_all_interfaces: true\n" >.ddev/config.gitpod.yaml
ddev stop -a
ddev start -y
gp await-port 8080 && sleep 1 && gp preview $(gp url 8080)
#gp await-port 8080 && sleep 1 && gp preview $(gp url 8080)
fi
# - name: simpleproj
# init: |
Expand Down

0 comments on commit 5238e1c

Please sign in to comment.